Package com.adyen.service
Class TerminalLocalAPI
- java.lang.Object
-
- com.adyen.Service
-
- com.adyen.ApiKeyAuthenticatedService
-
- com.adyen.service.TerminalLocalAPI
-
public class TerminalLocalAPI extends ApiKeyAuthenticatedService
-
-
Constructor Summary
Constructors Constructor Description TerminalLocalAPI(Client client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TerminalAPIResponserequest(TerminalAPIRequest terminalAPIRequest, SecurityKey securityKey)POST /sync API call-
Methods inherited from class com.adyen.Service
getClient, isApiKeyRequired, setApiKeyRequired, setClient
-
-
-
-
Constructor Detail
-
TerminalLocalAPI
public TerminalLocalAPI(Client client)
-
-
Method Detail
-
request
public TerminalAPIResponse request(TerminalAPIRequest terminalAPIRequest, SecurityKey securityKey) throws Exception
POST /sync API call- Parameters:
terminalAPIRequest- TerminalAPIRequest- Returns:
- TerminalAPIResponse
- Throws:
Exception- exception
-
-