Uses of Class
com.adyen.model.disputewebhooks.DisputeNotificationRequest
-
Packages that use DisputeNotificationRequest Package Description com.adyen.model.disputewebhooks -
-
Uses of DisputeNotificationRequest in com.adyen.model.disputewebhooks
Methods in com.adyen.model.disputewebhooks that return DisputeNotificationRequest Modifier and Type Method Description DisputeNotificationRequestDisputeNotificationRequest. data(DisputeEventNotification data)datastatic DisputeNotificationRequestDisputeNotificationRequest. fromJson(String jsonString)Create an instance of DisputeNotificationRequest given an JSON stringDisputeNotificationRequestDisputeNotificationRequest. type(DisputeNotificationRequest.TypeEnum type)Type of webhook.Methods in com.adyen.model.disputewebhooks that return types with arguments of type DisputeNotificationRequest Modifier and Type Method Description Optional<DisputeNotificationRequest>DisputeWebhooksHandler. getDisputeNotificationRequest()Attempts to deserialize the webhook payload into a DisputeNotificationRequest
-