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)AccountHolderAccountHolder. capabilities(Map<String,AccountHolderCapability> capabilities)AccountHolderAccountHolder. contactDetails(ContactDetails contactDetails)AccountHolderAccountHolder. description(String description)static AccountHolderAccountHolder. fromJson(String jsonString)Create an instance of AccountHolder given an JSON stringAccountHolderAccountHolder. legalEntityId(String legalEntityId)AccountHolderAccountHolder. primaryBalanceAccount(String primaryBalanceAccount)AccountHolderAccountHolder. putCapabilitiesItem(String key, AccountHolderCapability capabilitiesItem)AccountHolderAccountHolder. reference(String reference)AccountHolderAccountHolder. status(AccountHolder.StatusEnum status)AccountHolderAccountHolder. timeZone(String timeZone)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)voidPaginatedAccountHoldersResponse. setAccountHolders(List<AccountHolder> accountHolders) -
Uses of AccountHolder in com.adyen.service.balanceplatform
Methods in com.adyen.service.balanceplatform that return AccountHolder Modifier and Type Method Description AccountHolderAccountHolders. create(AccountHolderInfo request)AccountHolderAccountHolders. retrieve(String accountHolderId)AccountHolderAccountHolders. update(String accountHolderId, AccountHolder request)Methods in com.adyen.service.balanceplatform with parameters of type AccountHolder Modifier and Type Method Description AccountHolderAccountHolders. update(String accountHolderId, AccountHolder request)
-