SetupIntentPaymentMethodOptions constructor
const
SetupIntentPaymentMethodOptions({
- SetupIntentPaymentMethodOptionsAcssDebit? acssDebit,
- SetupIntentPaymentMethodOptionsCard? card,
- SetupIntentPaymentMethodOptionsLink? link,
- SetupIntentPaymentMethodOptionsPaypal? paypal,
- SetupIntentPaymentMethodOptionsSepaDebit? sepaDebit,
- SetupIntentPaymentMethodOptionsUsBankAccount? usBankAccount,
Payment method-specific configuration for this SetupIntent.
Implementation
const SetupIntentPaymentMethodOptions({
this.acssDebit,
this.card,
this.link,
this.paypal,
this.sepaDebit,
this.usBankAccount,
});