BalanceAccountInfo |
BalanceAccountInfo.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.
|
BalanceAccountInfo |
BalanceAccountInfo.defaultCurrencyCode(String defaultCurrencyCode) |
The default three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes) of the balance account.
|
BalanceAccountInfo |
BalanceAccountInfo.description(String description) |
A human-readable description of the balance account, maximum 300 characters.
|
static BalanceAccountInfo |
BalanceAccountInfo.fromJson(String jsonString) |
Create an instance of BalanceAccountInfo given an JSON string
|
BalanceAccountInfo |
BalanceAccountInfo.metadata(Map<String,String> metadata) |
A set of key and value pairs for general use.
|
BalanceAccountInfo |
BalanceAccountInfo.migratedAccountCode(String migratedAccountCode) |
The unique identifier of the account of the migrated account holder in the classic integration.
|
BalanceAccountInfo |
BalanceAccountInfo.platformPaymentConfiguration(PlatformPaymentConfiguration platformPaymentConfiguration) |
platformPaymentConfiguration
|
BalanceAccountInfo |
BalanceAccountInfo.putMetadataItem(String key,
String metadataItem) |
|
BalanceAccountInfo |
BalanceAccountInfo.reference(String reference) |
Your reference for the balance account, maximum 150 characters.
|
BalanceAccountInfo |
BalanceAccountInfo.timeZone(String timeZone) |
The time zone of the balance account.
|