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