Uses of Class
com.adyen.model.configurationwebhooks.MandateNotificationRequest.TypeEnum
-
Packages that use MandateNotificationRequest.TypeEnum Package Description com.adyen.model.configurationwebhooks -
-
Uses of MandateNotificationRequest.TypeEnum in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return MandateNotificationRequest.TypeEnum Modifier and Type Method Description static MandateNotificationRequest.TypeEnumMandateNotificationRequest.TypeEnum. fromValue(String value)MandateNotificationRequest.TypeEnumMandateNotificationRequest. getType()Type of webhook.static MandateNotificationRequest.TypeEnumMandateNotificationRequest.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static MandateNotificationRequest.TypeEnum[]MandateNotificationRequest.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.configurationwebhooks with parameters of type MandateNotificationRequest.TypeEnum Modifier and Type Method Description voidMandateNotificationRequest. setType(MandateNotificationRequest.TypeEnum type)Type of webhook.MandateNotificationRequestMandateNotificationRequest. type(MandateNotificationRequest.TypeEnum type)Type of webhook.
-