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