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