Uses of Class
com.adyen.model.balancewebhooks.BalanceAccountBalanceNotificationRequest
-
Packages that use BalanceAccountBalanceNotificationRequest Package Description com.adyen.model.balancewebhooks -
-
Uses of BalanceAccountBalanceNotificationRequest in com.adyen.model.balancewebhooks
Methods in com.adyen.model.balancewebhooks that return BalanceAccountBalanceNotificationRequest Modifier and Type Method Description BalanceAccountBalanceNotificationRequestBalanceAccountBalanceNotificationRequest. data(BalanceNotificationData data)dataBalanceAccountBalanceNotificationRequestBalanceAccountBalanceNotificationRequest. environment(String environment)The environment from which the webhook originated.static BalanceAccountBalanceNotificationRequestBalanceAccountBalanceNotificationRequest. fromJson(String jsonString)Create an instance of BalanceAccountBalanceNotificationRequest given an JSON stringBalanceAccountBalanceNotificationRequestBalanceAccountBalanceNotificationRequest. timestamp(OffsetDateTime timestamp)When the event was queued.BalanceAccountBalanceNotificationRequestBalanceAccountBalanceNotificationRequest. type(BalanceAccountBalanceNotificationRequest.TypeEnum type)Type of webhook.Methods in com.adyen.model.balancewebhooks that return types with arguments of type BalanceAccountBalanceNotificationRequest Modifier and Type Method Description Optional<BalanceAccountBalanceNotificationRequest>BalanceWebhooksHandler. getBalanceAccountBalanceNotificationRequest()Attempts to deserialize the webhook payload into a BalanceAccountBalanceNotificationRequest
-