Uses of Class
com.adyen.model.transactionwebhooks.BalancePlatformNotificationResponse
-
Packages that use BalancePlatformNotificationResponse Package Description com.adyen.model.transactionwebhooks -
-
Uses of BalancePlatformNotificationResponse in com.adyen.model.transactionwebhooks
Methods in com.adyen.model.transactionwebhooks that return BalancePlatformNotificationResponse Modifier and Type Method Description static BalancePlatformNotificationResponseBalancePlatformNotificationResponse. fromJson(String jsonString)Create an instance of BalancePlatformNotificationResponse given an JSON stringBalancePlatformNotificationResponseBalancePlatformNotificationResponse. notificationResponse(String notificationResponse)Respond with **HTTP 200 OK** and `[accepted]` in the response body to [accept the webhook](https://docs.adyen.com/development-resources/webhooks#accept-notifications).
-