BankAccountDetails |
BankAccountDetails.accountNumber(String accountNumber) |
The bank account number, without separators or whitespace.
|
BankAccountDetails |
BankAccountDetails.accountType(String accountType) |
The bank account type.
|
BankAccountDetails |
BankAccountDetails.branchNumber(String branchNumber) |
The bank account branch number, without separators or whitespace
|
BankAccountDetails |
BankAccountDetails.formFactor(String formFactor) |
Business accounts with a `formFactor` value of **physical** are business accounts issued under the central bank of that country.
|
static BankAccountDetails |
BankAccountDetails.fromJson(String jsonString) |
Create an instance of BankAccountDetails given an JSON string
|
BankAccountDetails |
PaymentInstrument.getBankAccount() |
bankAccount
|
BankAccountDetails |
UpdatePaymentInstrument.getBankAccount() |
bankAccount
|
BankAccountDetails |
BankAccountDetails.iban(String iban) |
The international bank account number as defined in the [ISO-13616](https://www.iso.org/standard/81090.html) standard.
|
BankAccountDetails |
BankAccountDetails.routingNumber(String routingNumber) |
The [routing number](https://en.wikipedia.org/wiki/ABA_routing_transit_number), without separators or whitespace.
|
BankAccountDetails |
BankAccountDetails.sortCode(String sortCode) |
The [sort code](https://en.wikipedia.org/wiki/Sort_code), without separators or whitespace.
|
BankAccountDetails |
BankAccountDetails.type(String type) |
**iban** or **usLocal** or **ukLocal**
|