AccountHolderInfo |
AccountHolderInfo.balancePlatform(String balancePlatform) |
The unique identifier of the [balance platform](https://docs.adyen.com/api-explorer/#/balanceplatform/latest/get/balancePlatforms/{id}__queryParam_id) to which the account holder belongs.
|
AccountHolderInfo |
AccountHolderInfo.capabilities(Map<String,AccountHolderCapability> capabilities) |
Contains key-value pairs that specify the actions that an account holder can do in your platform.
|
AccountHolderInfo |
AccountHolderInfo.contactDetails(ContactDetails contactDetails) |
Deprecated.
|
AccountHolderInfo |
AccountHolderInfo.description(String description) |
Your description for the account holder.
|
static AccountHolderInfo |
AccountHolderInfo.fromJson(String jsonString) |
Create an instance of AccountHolderInfo given an JSON string
|
AccountHolderInfo |
AccountHolderInfo.legalEntityId(String legalEntityId) |
The unique identifier of the [legal entity](https://docs.adyen.com/api-explorer/legalentity/latest/post/legalEntities#responses-200-id) associated with the account holder.
|
AccountHolderInfo |
AccountHolderInfo.metadata(Map<String,String> metadata) |
A set of key and value pairs for general use.
|
AccountHolderInfo |
AccountHolderInfo.migratedAccountHolderCode(String migratedAccountHolderCode) |
The unique identifier of the migrated account holder in the classic integration.
|
AccountHolderInfo |
AccountHolderInfo.putCapabilitiesItem(String key,
AccountHolderCapability capabilitiesItem) |
|
AccountHolderInfo |
AccountHolderInfo.putMetadataItem(String key,
String metadataItem) |
|
AccountHolderInfo |
AccountHolderInfo.reference(String reference) |
Your reference for the account holder.
|
AccountHolderInfo |
AccountHolderInfo.timeZone(String timeZone) |
The time zone of the account holder.
|