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