Uses of Class
com.adyen.model.configurationwebhooks.PaymentNotificationRequest
-
Packages that use PaymentNotificationRequest Package Description com.adyen.model.configurationwebhooks com.adyen.notification -
-
Uses of PaymentNotificationRequest in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return PaymentNotificationRequest Modifier and Type Method Description PaymentNotificationRequestPaymentNotificationRequest. data(PaymentInstrumentNotificationData data)dataPaymentNotificationRequestPaymentNotificationRequest. environment(String environment)The environment from which the webhook originated.static PaymentNotificationRequestPaymentNotificationRequest. fromJson(String jsonString)Create an instance of PaymentNotificationRequest given an JSON stringPaymentNotificationRequestPaymentNotificationRequest. timestamp(OffsetDateTime timestamp)When the event was queued.PaymentNotificationRequestPaymentNotificationRequest. type(PaymentNotificationRequest.TypeEnum type)Type of webhook. -
Uses of PaymentNotificationRequest in com.adyen.notification
Methods in com.adyen.notification that return types with arguments of type PaymentNotificationRequest Modifier and Type Method Description Optional<PaymentNotificationRequest>BankingWebhookHandler. getPaymentNotificationRequest()
-