Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 788 Bytes

PaymentMethodWithOptions.md

File metadata and controls

11 lines (7 loc) · 788 Bytes

PaymentMethodWithOptions

Properties

Name Type Description Notes
supportedOptions [String] The payment options that are compatible with the payment method in the `type` property. Possible values are: - `save` - `save_and_authorize` - `authorize` [optional]
type String The name of a payment method that the gateway accepts. Possible values are: - `CreditCard` - `ApplePay` - `AndroidPay` - `BankAccount` - `PayPal` [optional]

[Back to Model list] [Back to API list] [Back to README]