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