PaymentIntentCreateOptionsPaymentMethodOptionsUsBankAccount constructor

const PaymentIntentCreateOptionsPaymentMethodOptionsUsBankAccount({
  1. PaymentIntentFinancialConnections? financialConnections,
  2. PaymentIntentCreateOptionsPaymentMethodOptionsUsBankAccountMandateOptions? mandateOptions,
  3. PaymentIntentNetworks? networks,
  4. PaymentIntentPreferredSettlementSpeed? preferredSettlementSpeed,
  5. PaymentIntentSetupFutureUsage? setupFutureUsage,
  6. 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,
});