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