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