Uses of Class
com.adyen.model.reportwebhooks.ReportNotificationRequest
-
Packages that use ReportNotificationRequest Package Description com.adyen.model.reportwebhooks com.adyen.notification -
-
Uses of ReportNotificationRequest in com.adyen.model.reportwebhooks
Methods in com.adyen.model.reportwebhooks that return ReportNotificationRequest Modifier and Type Method Description ReportNotificationRequestReportNotificationRequest. data(ReportNotificationData data)dataReportNotificationRequestReportNotificationRequest. environment(String environment)The environment from which the webhook originated.static ReportNotificationRequestReportNotificationRequest. fromJson(String jsonString)Create an instance of ReportNotificationRequest given an JSON stringReportNotificationRequestReportNotificationRequest. timestamp(OffsetDateTime timestamp)When the event was queued.ReportNotificationRequestReportNotificationRequest. type(ReportNotificationRequest.TypeEnum type)Type of webhook. -
Uses of ReportNotificationRequest in com.adyen.notification
Methods in com.adyen.notification that return types with arguments of type ReportNotificationRequest Modifier and Type Method Description Optional<ReportNotificationRequest>BankingWebhookHandler. getReportNotificationRequest()
-