PaymentOption

public enum PaymentOption : String, Codable

An enumeration specifying all supported payment options

  • Undocumented

    Declaration

    Swift

    case creditCard = "CreditCard"
  • Undocumented

    Declaration

    Swift

    case alipay = "AliPay"
  • Undocumented

    Declaration

    Swift

    case weChatPay = "WeChatPay"
  • Undocumented

    Declaration

    Swift

    case applePay = "ApplePay"
  • Undocumented

    Declaration

    Swift

    case googlePay = "GooglePay"
  • Undocumented

    Declaration

    Swift

    case ideal = "iDeal"
  • Undocumented

    Declaration

    Swift

    case unknown = "unknown"