Uses of Class
com.adyen.model.terminal.TerminalAPIRequest
-
Packages that use TerminalAPIRequest Package Description com.adyen.builders.terminal com.adyen.notification com.adyen.service -
-
Uses of TerminalAPIRequest in com.adyen.builders.terminal
Methods in com.adyen.builders.terminal that return TerminalAPIRequest Modifier and Type Method Description TerminalAPIRequestTerminalAPIRequestBuilder. build() -
Uses of TerminalAPIRequest in com.adyen.notification
Methods in com.adyen.notification that return TerminalAPIRequest Modifier and Type Method Description TerminalAPIRequestWebhookHandler. handleTerminalNotificationJson(String json) -
Uses of TerminalAPIRequest in com.adyen.service
Methods in com.adyen.service with parameters of type TerminalAPIRequest Modifier and Type Method Description StringTerminalCloudAPI. async(TerminalAPIRequest terminalAPIRequest)POST /async API callTerminalAPIResponseTerminalLocalAPI. request(TerminalAPIRequest terminalAPIRequest)POST /sync API callTerminalAPIResponseTerminalLocalAPIUnencrypted. request(TerminalAPIRequest terminalAPIRequest)Local Terminal API callTerminalAPIResponseTerminalCloudAPI. sync(TerminalAPIRequest terminalAPIRequest)POST /sync API call
-