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