CheckoutBankAccount |
CheckoutBankAccount.accountType(CheckoutBankAccount.AccountTypeEnum accountType) |
The type of the bank account.
|
CheckoutBankAccount |
CheckoutBankAccount.bankAccountNumber(String bankAccountNumber) |
The bank account number (without separators).
|
CheckoutBankAccount |
CheckoutBankAccount.bankCity(String bankCity) |
The bank city.
|
CheckoutBankAccount |
CheckoutBankAccount.bankLocationId(String bankLocationId) |
The location id of the bank.
|
CheckoutBankAccount |
CheckoutBankAccount.bankName(String bankName) |
The name of the bank.
|
CheckoutBankAccount |
CheckoutBankAccount.bic(String bic) |
The [Business Identifier Code](https://en.wikipedia.org/wiki/ISO_9362) (BIC) is the SWIFT address assigned to a bank.
|
CheckoutBankAccount |
CheckoutBankAccount.countryCode(String countryCode) |
Country code where the bank is located.
|
static CheckoutBankAccount |
CheckoutBankAccount.fromJson(String jsonString) |
Create an instance of CheckoutBankAccount given an JSON string
|
CheckoutBankAccount |
PaymentRequest.getBankAccount() |
bankAccount
|
CheckoutBankAccount |
CheckoutBankAccount.iban(String iban) |
The [International Bank Account Number](https://en.wikipedia.org/wiki/International_Bank_Account_Number) (IBAN).
|
CheckoutBankAccount |
CheckoutBankAccount.ownerName(String ownerName) |
The name of the bank account holder.
|
CheckoutBankAccount |
CheckoutBankAccount.taxId(String taxId) |
The bank account holder's tax ID.
|