InboundTransfersPaymentMethodDetailsUsBankAccount constructor
const
InboundTransfersPaymentMethodDetailsUsBankAccount({
- InboundTransfersPaymentMethodDetailsUsBankAccountAccountHolderType? accountHolderType,
- InboundTransfersPaymentMethodDetailsUsBankAccountAccountType? accountType,
- String? bankName,
- String? fingerprint,
- String? last4,
- MandateOrId? mandate,
- String? routingNumber,
inbound_transfers_payment_method_details_us_bank_account
Implementation
const InboundTransfersPaymentMethodDetailsUsBankAccount({
this.accountHolderType,
this.accountType,
this.bankName,
this.fingerprint,
this.last4,
this.mandate,
this.routingNumber,
});