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