InvoicePaymentMethodOptionsUsBankAccount constructor

const InvoicePaymentMethodOptionsUsBankAccount({
  1. InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptions? financialConnections,
  2. CheckoutAcssDebitPaymentMethodOptionsVerificationMethod? verificationMethod,
})

invoice_payment_method_options_us_bank_account

Implementation

const InvoicePaymentMethodOptionsUsBankAccount({
  this.financialConnections,
  this.verificationMethod,
});