ResellerRole

public enum ResellerRole : CustomStringConvertible, JSONRepresentable

The ResellerRole union

  • An unspecified error.

    Declaration

    Swift

    case notReseller
  • An unspecified error.

    Declaration

    Swift

    case resellerAdmin
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }