Uses of Class
com.adyen.model.configurationwebhooks.AccountHolderNotificationRequest
-
Packages that use AccountHolderNotificationRequest Package Description com.adyen.model.configurationwebhooks com.adyen.notification -
-
Uses of AccountHolderNotificationRequest in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return AccountHolderNotificationRequest Modifier and Type Method Description AccountHolderNotificationRequestAccountHolderNotificationRequest. data(AccountHolderNotificationData data)AccountHolderNotificationRequestAccountHolderNotificationRequest. environment(String environment)static AccountHolderNotificationRequestAccountHolderNotificationRequest. fromJson(String jsonString)Create an instance of AccountHolderNotificationRequest given an JSON stringAccountHolderNotificationRequestAccountHolderNotificationRequest. type(AccountHolderNotificationRequest.TypeEnum type) -
Uses of AccountHolderNotificationRequest in com.adyen.notification
Methods in com.adyen.notification that return types with arguments of type AccountHolderNotificationRequest Modifier and Type Method Description Optional<AccountHolderNotificationRequest>BankingWebhookHandler. getAccountHolderNotificationRequest()
-