PaymentSourceProxyType

public enum PaymentSourceProxyType : String, Equatable, Codable, CustomStringConvertible

An enumeration representing the type of source proxy.

  • A phone number source proxy type.

    Declaration

    Swift

    case phoneNumber = "PhoneNumber"
  • An EPI tag source proxy type.

    Declaration

    Swift

    case epiTag = "EpiTag"
  • An email address source proxy type.

    Declaration

    Swift

    case email = "EmailAddress"
  • A textual representation of the instrument proxy type.

    Declaration

    Swift

    public var description: String { get }