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