PaymentIntentUsBankAccount constructor
const
PaymentIntentUsBankAccount({
- IssuingCardholderType? accountHolderType,
- String? accountNumber,
- PaymentIntentAccountType? accountType,
- String? financialConnectionsAccount,
- String? routingNumber,
payment_method_param
If this is an `us_bank_account` PaymentMethod, this hash contains details about the US bank account payment method.
Implementation
const PaymentIntentUsBankAccount({
this.accountHolderType,
this.accountNumber,
this.accountType,
this.financialConnectionsAccount,
this.routingNumber,
});