Class AccountHolders
- java.lang.Object
-
- com.adyen.Service
-
- com.adyen.service.balanceplatform.AccountHolders
-
public class AccountHolders extends Service
-
-
Constructor Summary
Constructors Constructor Description AccountHolders(Client client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountHoldercreate(AccountHolderInfo request)PaginatedBalanceAccountsResponselist(String accountHolderId, Map<String,String> queryString)AccountHolderretrieve(String accountHolderId)AccountHolderupdate(String accountHolderId, AccountHolder request)-
Methods inherited from class com.adyen.Service
getClient, isApiKeyRequired, setApiKeyRequired, setClient
-
-
-
-
Constructor Detail
-
AccountHolders
public AccountHolders(Client client)
-
-
Method Detail
-
create
public AccountHolder create(AccountHolderInfo request) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
retrieve
public AccountHolder retrieve(String accountHolderId) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
update
public AccountHolder update(String accountHolderId, AccountHolder request) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
list
public PaginatedBalanceAccountsResponse list(String accountHolderId, Map<String,String> queryString) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
-