Payment Methods
-
A payment method that is available to use.
See moreDeclaration
Swift
public protocol PaymentMethod : Decodable
-
Declaration
Swift
public struct PaymentMethods : Decodable
-
A payment method that has been stored for later use.
See moreDeclaration
Swift
public protocol StoredPaymentMethod : PaymentMethod
-
A stored card.
See moreDeclaration
Swift
public struct StoredCardPaymentMethod : StoredPaymentMethod, AnyCardPaymentMethod
-
A stored Bancontact account.
See moreDeclaration
Swift
public struct StoredBCMCPaymentMethod : StoredPaymentMethod
-
Stored Blik payment.
Declaration
Swift
public struct StoredBLIKPaymentMethod : StoredPaymentMethod
-
A stored PayPal account.
See moreDeclaration
Swift
public struct StoredPayPalPaymentMethod : StoredPaymentMethod
-
Any card payment method.
See moreDeclaration
Swift
public protocol AnyCardPaymentMethod : PaymentMethod
-
A card payment method.
See moreDeclaration
Swift
public struct CardPaymentMethod : AnyCardPaymentMethod
-
A Bancontact card payment method.
See moreDeclaration
Swift
public struct BCMCPaymentMethod : AnyCardPaymentMethod
-
An issuer list payment method, such as iDEAL or Open Banking.
See moreDeclaration
Swift
public struct IssuerListPaymentMethod : PaymentMethod
-
An Apple pay payment method.
Declaration
Swift
public struct ApplePayPaymentMethod : PaymentMethod
-
A SEPA Direct Debit payment method.
Declaration
Swift
public struct SEPADirectDebitPaymentMethod : PaymentMethod
-
BACS Direct Debit payment method.
Declaration
Swift
public struct BACSDirectDebitPaymentMethod : PaymentMethod
-
An ACH Direct Debit payment method.
Declaration
Swift
public struct ACHDirectDebitPaymentMethod : PaymentMethod
-
A Qiwi Wallet payment method.
Declaration
Swift
public struct QiwiWalletPaymentMethod : PaymentMethod
-
Affirm payment method.
Declaration
Swift
public struct AffirmPaymentMethod : PaymentMethod
-
Indicates the payment methods that has an
See moreawait
action in its flow.Declaration
Swift
public enum AwaitPaymentMethod : String, Decodable
-
A MB Way payment method.
Declaration
Swift
public struct MBWayPaymentMethod : PaymentMethod
-
A BLIK payment method.
Declaration
Swift
public struct BLIKPaymentMethod : PaymentMethod
-
Indicates the Voucher payment methods.
See moreDeclaration
Swift
public enum VoucherPaymentMethod : String, Codable, CaseIterable
-
A Doku Wallet, Doku Alfamart, or Doku Indomaret payment method.
Declaration
Swift
public struct DokuPaymentMethod : PaymentMethod
-
An OXXO payment method.
Declaration
Swift
public struct OXXOPaymentMethod : PaymentMethod
-
An E-context (ATM, Store, Online) or 7eleven payment method.
Declaration
Swift
public struct EContextPaymentMethod : PaymentMethod
-
An 7eleven payment method.
Declaration
Swift
public typealias SevenElevenPaymentMethod = EContextPaymentMethod
-
Indicates QR code payment methods.
See moreDeclaration
Swift
public enum QRCodePaymentMethod : String, Codable, CaseIterable
-
A WeChat Pay payment method.
Declaration
Swift
public struct WeChatPayPaymentMethod : PaymentMethod
-
An Multibanco payment method.
Declaration
Swift
public struct MultibancoPaymentMethod : PaymentMethod
-
Indicates document action payment methods.
See moreDeclaration
Swift
public enum DocumentPaymentMethod : String, Codable, CaseIterable