Uses of Class
com.adyen.model.marketpaywebhooks.PaymentFailureNotification
-
Packages that use PaymentFailureNotification Package Description com.adyen.model.marketpaywebhooks com.adyen.notification -
-
Uses of PaymentFailureNotification in com.adyen.model.marketpaywebhooks
Methods in com.adyen.model.marketpaywebhooks that return PaymentFailureNotification Modifier and Type Method Description PaymentFailureNotificationPaymentFailureNotification. content(PaymentFailureNotificationContent content)PaymentFailureNotificationPaymentFailureNotification. error(NotificationErrorContainer error)PaymentFailureNotificationPaymentFailureNotification. eventDate(OffsetDateTime eventDate)PaymentFailureNotificationPaymentFailureNotification. eventType(String eventType)PaymentFailureNotificationPaymentFailureNotification. executingUserKey(String executingUserKey)static PaymentFailureNotificationPaymentFailureNotification. fromJson(String jsonString)Create an instance of PaymentFailureNotification given an JSON stringPaymentFailureNotificationPaymentFailureNotification. live(Boolean live)PaymentFailureNotificationPaymentFailureNotification. pspReference(String pspReference) -
Uses of PaymentFailureNotification in com.adyen.notification
Methods in com.adyen.notification that return types with arguments of type PaymentFailureNotification Modifier and Type Method Description Optional<PaymentFailureNotification>ClassicPlatformWebhookHandler. getPaymentFailureNotification()
-