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