Package com.adyen.service
Class PosTerminalManagement
- java.lang.Object
-
- com.adyen.Service
-
- com.adyen.ApiKeyAuthenticatedService
-
- com.adyen.service.PosTerminalManagement
-
public class PosTerminalManagement extends ApiKeyAuthenticatedService
-
-
Constructor Summary
Constructors Constructor Description PosTerminalManagement(Client client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AssignTerminalsResponseassignTerminals(AssignTerminalsRequest assignTerminalsRequest)POST /assignTerminals API callFindTerminalResponsefindTerminal(FindTerminalRequest findTerminalRequest)POST /findTerminal API callGetStoresUnderAccountResponsegetStoresUnderAccount(GetStoresUnderAccountRequest getStoresUnderAccountRequest)POST /getStoresUnderAccount API callGetTerminalDetailsResponsegetTerminalDetails(GetTerminalDetailsRequest getTerminalDetailsRequest)POST /getTerminalDetails API callGetTerminalsUnderAccountResponsegetTerminalsUnderAccount(GetTerminalsUnderAccountRequest getTerminalsUnderAccountRequest)POST /getTerminalsUnderAccount API call-
Methods inherited from class com.adyen.Service
getClient, isApiKeyRequired, setApiKeyRequired, setClient
-
-
-
-
Constructor Detail
-
PosTerminalManagement
public PosTerminalManagement(Client client)
-
-
Method Detail
-
assignTerminals
public AssignTerminalsResponse assignTerminals(AssignTerminalsRequest assignTerminalsRequest) throws ApiException, IOException
POST /assignTerminals API call- Parameters:
assignTerminalsRequest-- Returns:
- Throws:
ApiExceptionIOException
-
findTerminal
public FindTerminalResponse findTerminal(FindTerminalRequest findTerminalRequest) throws ApiException, IOException
POST /findTerminal API call- Parameters:
findTerminalRequest-- Returns:
- Throws:
ApiExceptionIOException
-
getTerminalsUnderAccount
public GetTerminalsUnderAccountResponse getTerminalsUnderAccount(GetTerminalsUnderAccountRequest getTerminalsUnderAccountRequest) throws ApiException, IOException
POST /getTerminalsUnderAccount API call- Parameters:
getTerminalsUnderAccountRequest-- Returns:
- Throws:
ApiExceptionIOException
-
getStoresUnderAccount
public GetStoresUnderAccountResponse getStoresUnderAccount(GetStoresUnderAccountRequest getStoresUnderAccountRequest) throws ApiException, IOException
POST /getStoresUnderAccount API call- Parameters:
getStoresUnderAccountRequest-- Returns:
- Throws:
ApiExceptionIOException
-
getTerminalDetails
public GetTerminalDetailsResponse getTerminalDetails(GetTerminalDetailsRequest getTerminalDetailsRequest) throws ApiException, IOException
POST /getTerminalDetails API call- Parameters:
getTerminalDetailsRequest-- Returns:
- Throws:
ApiExceptionIOException
-
-