Uses of Class
com.adyen.model.balanceplatform.AccountHolder
-
Packages that use AccountHolder Package Description com.adyen.model.balanceplatform com.adyen.service.balanceplatform -
-
Uses of AccountHolder in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return AccountHolder Modifier and Type Method Description AccountHolderAccountHolder. 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.AccountHolderAccountHolder. capabilities(Map<String,AccountHolderCapability> capabilities)Contains key-value pairs that specify the actions that an account holder can do in your platform.AccountHolderAccountHolder. contactDetails(ContactDetails contactDetails)Deprecated.AccountHolderAccountHolder. description(String description)Your description for the account holder.static AccountHolderAccountHolder. fromJson(String jsonString)Create an instance of AccountHolder given an JSON stringAccountHolderAccountHolder. 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.AccountHolderAccountHolder. metadata(Map<String,String> metadata)A set of key and value pairs for general use.AccountHolderAccountHolder. primaryBalanceAccount(String primaryBalanceAccount)The ID of the account holder's primary balance account.AccountHolderAccountHolder. putCapabilitiesItem(String key, AccountHolderCapability capabilitiesItem)AccountHolderAccountHolder. putMetadataItem(String key, String metadataItem)AccountHolderAccountHolder. reference(String reference)Your reference for the account holder.AccountHolderAccountHolder. status(AccountHolder.StatusEnum status)The status of the account holder.AccountHolderAccountHolder. timeZone(String timeZone)The time zone of the account holder.Methods in com.adyen.model.balanceplatform that return types with arguments of type AccountHolder Modifier and Type Method Description List<AccountHolder>PaginatedAccountHoldersResponse. getAccountHolders()List of account holders.Methods in com.adyen.model.balanceplatform with parameters of type AccountHolder Modifier and Type Method Description PaginatedAccountHoldersResponsePaginatedAccountHoldersResponse. addAccountHoldersItem(AccountHolder accountHoldersItem)Method parameters in com.adyen.model.balanceplatform with type arguments of type AccountHolder Modifier and Type Method Description PaginatedAccountHoldersResponsePaginatedAccountHoldersResponse. accountHolders(List<AccountHolder> accountHolders)List of account holders.voidPaginatedAccountHoldersResponse. setAccountHolders(List<AccountHolder> accountHolders)List of account holders. -
Uses of AccountHolder in com.adyen.service.balanceplatform
Methods in com.adyen.service.balanceplatform that return AccountHolder Modifier and Type Method Description AccountHolderAccountHoldersApi. createAccountHolder(AccountHolderInfo accountHolderInfo)Create an account holderAccountHolderAccountHoldersApi. createAccountHolder(AccountHolderInfo accountHolderInfo, RequestOptions requestOptions)Create an account holderAccountHolderAccountHoldersApi. getAccountHolder(String id)Get an account holderAccountHolderAccountHoldersApi. getAccountHolder(String id, RequestOptions requestOptions)Get an account holderAccountHolderAccountHoldersApi. updateAccountHolder(String id, AccountHolderUpdateRequest accountHolderUpdateRequest)Update an account holderAccountHolderAccountHoldersApi. updateAccountHolder(String id, AccountHolderUpdateRequest accountHolderUpdateRequest, RequestOptions requestOptions)Update an account holder
-