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