PaymentMethodType

public enum PaymentMethodType : String, Codable

Type of the source of funds for the payment.

  • Bank Card.

    Declaration

    Swift

    case bankCard = "bank_card"
  • Cash.

    Declaration

    Swift

    case cash
  • Qiwi.

    Declaration

    Swift

    case qiwi
  • Alfabank.

    Declaration

    Swift

    case alfabank
  • Webmoney.

    Declaration

    Swift

    case webmoney
  • Sberbank.

    Declaration

    Swift

    case sberbank
  • ApplePay.

    Declaration

    Swift

    case applePay = "apple_pay"
  • YooMoney

    Declaration

    Swift

    case yooMoney = "yoo_money"