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