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)BalanceAccountNotificationRequestBalanceAccountNotificationRequest. environment(String environment)static BalanceAccountNotificationRequestBalanceAccountNotificationRequest. fromJson(String jsonString)Create an instance of BalanceAccountNotificationRequest given an JSON stringBalanceAccountNotificationRequestBalanceAccountNotificationRequest. type(BalanceAccountNotificationRequest.TypeEnum type) -
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()
-