Uses of Class
com.adyen.model.acswebhooks.AuthenticationNotificationRequest
-
Packages that use AuthenticationNotificationRequest Package Description com.adyen.model.acswebhooks com.adyen.notification -
-
Uses of AuthenticationNotificationRequest in com.adyen.model.acswebhooks
Methods in com.adyen.model.acswebhooks that return AuthenticationNotificationRequest Modifier and Type Method Description AuthenticationNotificationRequestAuthenticationNotificationRequest. data(AuthenticationNotificationData data)AuthenticationNotificationRequestAuthenticationNotificationRequest. environment(String environment)static AuthenticationNotificationRequestAuthenticationNotificationRequest. fromJson(String jsonString)Create an instance of AuthenticationNotificationRequest given an JSON stringAuthenticationNotificationRequestAuthenticationNotificationRequest. type(AuthenticationNotificationRequest.TypeEnum type) -
Uses of AuthenticationNotificationRequest in com.adyen.notification
Methods in com.adyen.notification that return types with arguments of type AuthenticationNotificationRequest Modifier and Type Method Description Optional<AuthenticationNotificationRequest>BankingWebhookHandler. getAuthenticationNotificationRequest()
-