BalanceAccount |
BalanceAccount.accountHolderId(String accountHolderId) |
The unique identifier of the [account holder](https://docs.adyen.com/api-explorer/#/balanceplatform/latest/post/accountHolders__resParam_id) associated with the balance account.
|
BalanceAccount |
BalanceAccount.addBalancesItem(Balance balancesItem) |
|
BalanceAccount |
BalanceAccount.balances(List<Balance> balances) |
List of balances with the amount and currency.
|
BalanceAccount |
BalanceAccount.defaultCurrencyCode(String defaultCurrencyCode) |
The default three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes) of the balance account.
|
BalanceAccount |
BalanceAccount.description(String description) |
A human-readable description of the balance account, maximum 300 characters.
|
static BalanceAccount |
BalanceAccount.fromJson(String jsonString) |
Create an instance of BalanceAccount given an JSON string
|
BalanceAccount |
BalanceAccount.id(String id) |
The unique identifier of the balance account.
|
BalanceAccount |
BalanceAccount.metadata(Map<String,String> metadata) |
A set of key and value pairs for general use.
|
BalanceAccount |
BalanceAccount.migratedAccountCode(String migratedAccountCode) |
The unique identifier of the account of the migrated account holder in the classic integration.
|
BalanceAccount |
BalanceAccount.platformPaymentConfiguration(PlatformPaymentConfiguration platformPaymentConfiguration) |
platformPaymentConfiguration
|
BalanceAccount |
BalanceAccount.putMetadataItem(String key,
String metadataItem) |
|
BalanceAccount |
BalanceAccount.reference(String reference) |
Your reference for the balance account, maximum 150 characters.
|
BalanceAccount |
BalanceAccount.status(BalanceAccount.StatusEnum status) |
The status of the balance account, set to **active** by default.
|
BalanceAccount |
BalanceAccount.timeZone(String timeZone) |
The time zone of the balance account.
|