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