InvoiceUsBankAccount constructor
const
InvoiceUsBankAccount({
- SessionFinancialConnections? financialConnections,
- CheckoutAcssDebitPaymentMethodOptionsVerificationMethod? verificationMethod,
invoice_payment_method_options_param
If paying by `us_bank_account`, this sub-hash contains details about the ACH direct debit payment method options to pass to the invoice’s PaymentIntent.
Implementation
const InvoiceUsBankAccount({
this.financialConnections,
this.verificationMethod,
});