Class BalanceAccounts
- java.lang.Object
-
- com.adyen.Service
-
- com.adyen.service.balanceplatform.BalanceAccounts
-
public class BalanceAccounts extends Service
-
-
Constructor Summary
Constructors Constructor Description BalanceAccounts(Client client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BalanceAccountcreate(BalanceAccountInfo request)BalanceSweepConfigurationsResponsecreateSweep(String balanceAccountId, SweepConfigurationV2 request)voiddeleteSweep(String balanceAccountId, String sweepId)PaginatedPaymentInstrumentsResponselistPaymentInstruments(String balanceAccountId, Map<String,String> queryString)BalanceSweepConfigurationsResponselistSweeps(String balanceAccountId, Map<String,String> queryString)BalanceAccountretrieve(String balanceAccountId)SweepConfigurationV2retrieveSweep(String balanceAccountId, String sweepId)BalanceAccountupdate(String balanceAccountId, BalanceAccountUpdateRequest request)SweepConfigurationV2updateSweep(String balanceAccountId, String sweepId, SweepConfigurationV2 request)-
Methods inherited from class com.adyen.Service
getClient, isApiKeyRequired, setApiKeyRequired, setClient
-
-
-
-
Constructor Detail
-
BalanceAccounts
public BalanceAccounts(Client client)
-
-
Method Detail
-
create
public BalanceAccount create(BalanceAccountInfo request) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
listSweeps
public BalanceSweepConfigurationsResponse listSweeps(String balanceAccountId, Map<String,String> queryString) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
createSweep
public BalanceSweepConfigurationsResponse createSweep(String balanceAccountId, SweepConfigurationV2 request) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
deleteSweep
public void deleteSweep(String balanceAccountId, String sweepId) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
retrieveSweep
public SweepConfigurationV2 retrieveSweep(String balanceAccountId, String sweepId) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
updateSweep
public SweepConfigurationV2 updateSweep(String balanceAccountId, String sweepId, SweepConfigurationV2 request) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
retrieve
public BalanceAccount retrieve(String balanceAccountId) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
update
public BalanceAccount update(String balanceAccountId, BalanceAccountUpdateRequest request) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
listPaymentInstruments
public PaginatedPaymentInstrumentsResponse listPaymentInstruments(String balanceAccountId, Map<String,String> queryString) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
-