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