SetupIntentPaymentMethodOptionsUsBankAccount constructor
const
SetupIntentPaymentMethodOptionsUsBankAccount({
- LinkedAccountOptionsUsBankAccount? financialConnections,
- PaymentMethodOptionsUsBankAccountMandateOptions? mandateOptions,
- CheckoutAcssDebitPaymentMethodOptionsVerificationMethod? verificationMethod,
setup_intent_payment_method_options_us_bank_account
Implementation
const SetupIntentPaymentMethodOptionsUsBankAccount({
this.financialConnections,
this.mandateOptions,
this.verificationMethod,
});