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