SetupIntentUsBankAccount constructor
const
SetupIntentUsBankAccount({
- PaymentIntentFinancialConnections? financialConnections,
- PaymentIntentCreateOptionsPaymentMethodOptionsUsBankAccountMandateOptions? mandateOptions,
- PaymentIntentNetworks? networks,
- CheckoutAcssDebitPaymentMethodOptionsVerificationMethod? verificationMethod,
setup_intent_payment_method_options_param
If this is a `us_bank_account` SetupIntent, this sub-hash contains details about the US bank account payment method options.
Implementation
const SetupIntentUsBankAccount({
this.financialConnections,
this.mandateOptions,
this.networks,
this.verificationMethod,
});