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