Uses of Class
com.adyen.model.managementwebhooks.TerminalAssignmentNotificationResponse
-
Packages that use TerminalAssignmentNotificationResponse Package Description com.adyen.model.managementwebhooks -
-
Uses of TerminalAssignmentNotificationResponse in com.adyen.model.managementwebhooks
Methods in com.adyen.model.managementwebhooks that return TerminalAssignmentNotificationResponse Modifier and Type Method Description static TerminalAssignmentNotificationResponseTerminalAssignmentNotificationResponse. fromJson(String jsonString)Create an instance of TerminalAssignmentNotificationResponse given an JSON stringTerminalAssignmentNotificationResponseTerminalAssignmentNotificationResponse. notificationResponse(String notificationResponse)Respond with any **2xx** HTTP status code to [accept the webhook](https://docs.adyen.com/development-resources/webhooks#accept-notifications).
-