Package com.adyen.service
Class TerminalCloudAPI
- java.lang.Object
-
- com.adyen.Service
-
- com.adyen.ApiKeyAuthenticatedService
-
- com.adyen.service.TerminalCloudAPI
-
public class TerminalCloudAPI extends ApiKeyAuthenticatedService
-
-
Constructor Summary
Constructors Constructor Description TerminalCloudAPI(Client client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringasync(TerminalAPIRequest terminalAPIRequest)POST /async API callTerminalAPIResponsesync(TerminalAPIRequest terminalAPIRequest)POST /sync API call-
Methods inherited from class com.adyen.Service
createBaseURL, getClient, isApiKeyRequired, setApiKeyRequired, setClient
-
-
-
-
Constructor Detail
-
TerminalCloudAPI
public TerminalCloudAPI(Client client)
-
-
Method Detail
-
async
public String async(TerminalAPIRequest terminalAPIRequest) throws IOException, ApiException
POST /async API call- Parameters:
terminalAPIRequest- TerminalAPIRequest- Returns:
- String string
- Throws:
IOException- IOExceptionApiException- ApiException
-
sync
public TerminalAPIResponse sync(TerminalAPIRequest terminalAPIRequest) throws IOException, ApiException
POST /sync API call- Parameters:
terminalAPIRequest- TerminalAPIRequest- Returns:
- TerminalAPIResponse
- Throws:
IOException- IOExceptionApiException- ApiException
-
-