Uses of Class
com.adyen.model.configurationwebhooks.BalanceAccountNotificationRequest
-
Packages that use BalanceAccountNotificationRequest Package Description com.adyen.model.configurationwebhooks com.adyen.notification -
-
Uses of BalanceAccountNotificationRequest in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return BalanceAccountNotificationRequest Modifier and Type Method Description BalanceAccountNotificationRequestBalanceAccountNotificationRequest. data(BalanceAccountNotificationData data)dataBalanceAccountNotificationRequestBalanceAccountNotificationRequest. environment(String environment)The environment from which the webhook originated.static BalanceAccountNotificationRequestBalanceAccountNotificationRequest. fromJson(String jsonString)Create an instance of BalanceAccountNotificationRequest given an JSON stringBalanceAccountNotificationRequestBalanceAccountNotificationRequest. timestamp(OffsetDateTime timestamp)When the event was queued.BalanceAccountNotificationRequestBalanceAccountNotificationRequest. type(BalanceAccountNotificationRequest.TypeEnum type)Type of webhook.Methods in com.adyen.model.configurationwebhooks that return types with arguments of type BalanceAccountNotificationRequest Modifier and Type Method Description Optional<BalanceAccountNotificationRequest>ConfigurationWebhooksHandler. getBalanceAccountNotificationRequest()Attempts to deserialize the webhook payload into a BalanceAccountNotificationRequest -
Uses of BalanceAccountNotificationRequest in com.adyen.notification
Methods in com.adyen.notification that return types with arguments of type BalanceAccountNotificationRequest Modifier and Type Method Description Optional<BalanceAccountNotificationRequest>BankingWebhookHandler. getBalanceAccountNotificationRequest()Deprecated, for removal: This API element is subject to removal in a future version.
-