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