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. addVerificationDeadlinesItem(VerificationDeadline verificationDeadlinesItem)AccountHolderAccountHolder. balancePlatform(String balancePlatform)AccountHolderAccountHolder. capabilities(Map<String,AccountHolderCapability> capabilities)AccountHolderAccountHolder. contactDetails(ContactDetails contactDetails)Deprecated.AccountHolderAccountHolder. description(String description)static AccountHolderAccountHolder. fromJson(String jsonString)Create an instance of AccountHolder given an JSON stringAccountHolderAccountHolder. id(String id)AccountHolderAccountHolder. legalEntityId(String legalEntityId)AccountHolderAccountHolder. metadata(Map<String,String> metadata)AccountHolderAccountHolder. migratedAccountHolderCode(String migratedAccountHolderCode)AccountHolderAccountHolder. primaryBalanceAccount(String primaryBalanceAccount)AccountHolderAccountHolder. putCapabilitiesItem(String key, AccountHolderCapability capabilitiesItem)AccountHolderAccountHolder. putMetadataItem(String key, String metadataItem)AccountHolderAccountHolder. reference(String reference)AccountHolderAccountHolder. status(AccountHolder.StatusEnum status)AccountHolderAccountHolder. timeZone(String timeZone)AccountHolderAccountHolder. verificationDeadlines(List<VerificationDeadline> verificationDeadlines)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)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
-