Class General
- java.lang.Object
-
- com.adyen.Service
-
- com.adyen.service.balanceplatform.General
-
public class General extends Service
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaginatedAccountHoldersResponselistAccountHolders(String platformId, Map<String,String> queryString)BalancePlatformretrieve(String platformId)-
Methods inherited from class com.adyen.Service
getClient, isApiKeyRequired, setApiKeyRequired, setClient
-
-
-
-
Constructor Detail
-
General
public General(Client client)
-
-
Method Detail
-
retrieve
public BalancePlatform retrieve(String platformId) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
listAccountHolders
public PaginatedAccountHoldersResponse listAccountHolders(String platformId, Map<String,String> queryString) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
-