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