Uses of Class
com.adyen.model.marketpaywebhooks.ReportAvailableNotificationContent
-
Packages that use ReportAvailableNotificationContent Package Description com.adyen.model.marketpaywebhooks -
-
Uses of ReportAvailableNotificationContent in com.adyen.model.marketpaywebhooks
Methods in com.adyen.model.marketpaywebhooks that return ReportAvailableNotificationContent Modifier and Type Method Description ReportAvailableNotificationContentReportAvailableNotificationContent. accountCode(String accountCode)ReportAvailableNotificationContentReportAvailableNotificationContent. accountType(String accountType)ReportAvailableNotificationContentReportAvailableNotificationContent. eventDate(OffsetDateTime eventDate)static ReportAvailableNotificationContentReportAvailableNotificationContent. fromJson(String jsonString)Create an instance of ReportAvailableNotificationContent given an JSON stringReportAvailableNotificationContentReportAvailableNotification. getContent()Get contentReportAvailableNotificationContentReportAvailableNotificationContent. remoteAccessUrl(String remoteAccessUrl)ReportAvailableNotificationContentReportAvailableNotificationContent. success(Boolean success)Methods in com.adyen.model.marketpaywebhooks with parameters of type ReportAvailableNotificationContent Modifier and Type Method Description ReportAvailableNotificationReportAvailableNotification. content(ReportAvailableNotificationContent content)voidReportAvailableNotification. setContent(ReportAvailableNotificationContent content)
-