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