SetupIntentCreateOptionsPaymentMethodOptions constructor
const
SetupIntentCreateOptionsPaymentMethodOptions({
- SetupIntentAcssDebit? acssDebit,
- SetupIntentCard? card,
- SetupIntentLink? link,
- SetupIntentPaypal? paypal,
- SetupIntentSepaDebit? sepaDebit,
- SetupIntentUsBankAccount? usBankAccount,
payment_method_options_param
Payment method-specific configuration for this SetupIntent.
Implementation
const SetupIntentCreateOptionsPaymentMethodOptions({
this.acssDebit,
this.card,
this.link,
this.paypal,
this.sepaDebit,
this.usBankAccount,
});