SetupIntentPaymentMethodOptionsUsBankAccount constructor

const SetupIntentPaymentMethodOptionsUsBankAccount({
  1. LinkedAccountOptionsUsBankAccount? financialConnections,
  2. PaymentMethodOptionsUsBankAccountMandateOptions? mandateOptions,
  3. CheckoutAcssDebitPaymentMethodOptionsVerificationMethod? verificationMethod,
})

setup_intent_payment_method_options_us_bank_account

Implementation

const SetupIntentPaymentMethodOptionsUsBankAccount({
  this.financialConnections,
  this.mandateOptions,
  this.verificationMethod,
});