Us Bank Account
Data class representing a US bank account payment instrument.
Constructors
Link copied to clipboard
constructor(id: String?, customerId: String?, status: PaymentInstrumentStatus?, accountHolderName: String?, accountNumber: String, routingNumber: String, bankName: String?, accountType: AccountType?)
constructor(accountHolderName: String?, accountNumber: String, routingNumber: String, bankName: String?, accountType: AccountType?)
Properties
Link copied to clipboard
This is the name of the customer or company that owns the bank account. As per regulations the Wallet holder and bank account holder must be the same.
Link copied to clipboard
A bank account number.
Link copied to clipboard
The account type.
Link copied to clipboard
The time the instrument was created in the form of Calendar.
Link copied to clipboard
Customer to which this instrument belongs.
Link copied to clipboard
Instrument type.
Link copied to clipboard
For USD accounts, this is the 9-digit routing number of the bank.
Link copied to clipboard
Instrument status.