SourcePaymentType

@objc
public enum SourcePaymentType : Int

Source payment type enum.

  • Debit card.

    Declaration

    Swift

    case debitCard
  • Credit card.

    Declaration

    Swift

    case creditCard
  • Prepaid card.

    Declaration

    Swift

    case prepaidCard
  • Prepaid wallet.

    Declaration

    Swift

    case prepaidWallet
  • Other.

    Declaration

    Swift

    case null
  • Declaration

    Swift

    public init(from decoder: Decoder) throws
  • Encodes the contents of the receiver.

    Throws

    EncodingError

    Declaration

    Swift

    public func encode(to encoder: Encoder) throws

    Parameters

    encoder

    Encoder.