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)dataAuthenticationNotificationRequestAuthenticationNotificationRequest. environment(String environment)The environment from which the webhook originated.static AuthenticationNotificationRequestAuthenticationNotificationRequest. fromJson(String jsonString)Create an instance of AuthenticationNotificationRequest given an JSON stringAuthenticationNotificationRequestAuthenticationNotificationRequest. timestamp(OffsetDateTime timestamp)When the event was queued.AuthenticationNotificationRequestAuthenticationNotificationRequest. type(AuthenticationNotificationRequest.TypeEnum type)Type of notification. -
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()
-