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