PaymentIntentCreateOptionsPaymentMethodOptionsUsBankAccount constructor
const
PaymentIntentCreateOptionsPaymentMethodOptionsUsBankAccount({
- PaymentIntentFinancialConnections? financialConnections,
- PaymentIntentCreateOptionsPaymentMethodOptionsUsBankAccountMandateOptions? mandateOptions,
- PaymentIntentNetworks? networks,
- PaymentIntentPreferredSettlementSpeed? preferredSettlementSpeed,
- PaymentIntentSetupFutureUsage? setupFutureUsage,
- CheckoutAcssDebitPaymentMethodOptionsVerificationMethod? verificationMethod,
payment_intent_payment_method_options_param
If this is a `us_bank_account` PaymentMethod, this sub-hash contains details about the US bank account payment method options.
Implementation
const PaymentIntentCreateOptionsPaymentMethodOptionsUsBankAccount({
this.financialConnections,
this.mandateOptions,
this.networks,
this.preferredSettlementSpeed,
this.setupFutureUsage,
this.verificationMethod,
});