Uses of Class
com.adyen.model.configurationwebhooks.AccountPayoutAutoApplicationNotificationRequest
-
Packages that use AccountPayoutAutoApplicationNotificationRequest Package Description com.adyen.model.configurationwebhooks -
-
Uses of AccountPayoutAutoApplicationNotificationRequest in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return AccountPayoutAutoApplicationNotificationRequest Modifier and Type Method Description AccountPayoutAutoApplicationNotificationRequestAccountPayoutAutoApplicationNotificationRequest. data(AccountPayoutAutoApplicationWebhookData data)dataAccountPayoutAutoApplicationNotificationRequestAccountPayoutAutoApplicationNotificationRequest. environment(String environment)The environment from which the webhook originated.static AccountPayoutAutoApplicationNotificationRequestAccountPayoutAutoApplicationNotificationRequest. fromJson(String jsonString)Create an instance of AccountPayoutAutoApplicationNotificationRequest given an JSON stringAccountPayoutAutoApplicationNotificationRequestAccountPayoutAutoApplicationNotificationRequest. timestamp(OffsetDateTime timestamp)When the event was queued.AccountPayoutAutoApplicationNotificationRequestAccountPayoutAutoApplicationNotificationRequest. type(AccountPayoutAutoApplicationNotificationRequest.TypeEnum type)Type of webhook.Methods in com.adyen.model.configurationwebhooks that return types with arguments of type AccountPayoutAutoApplicationNotificationRequest Modifier and Type Method Description Optional<AccountPayoutAutoApplicationNotificationRequest>ConfigurationWebhooksHandler. getAccountPayoutAutoApplicationNotificationRequest()Attempts to deserialize the webhook payload into a AccountPayoutAutoApplicationNotificationRequest
-