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