Uses of Class
com.adyen.model.configurationwebhooks.Mandate.TypeEnum
-
Packages that use Mandate.TypeEnum Package Description com.adyen.model.configurationwebhooks -
-
Uses of Mandate.TypeEnum in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return Mandate.TypeEnum Modifier and Type Method Description static Mandate.TypeEnumMandate.TypeEnum. fromValue(String value)Mandate.TypeEnumMandate. getType()The type of mandate.static Mandate.TypeEnumMandate.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Mandate.TypeEnum[]Mandate.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 Mandate.TypeEnum Modifier and Type Method Description voidMandate. setType(Mandate.TypeEnum type)The type of mandate.MandateMandate. type(Mandate.TypeEnum type)The type of mandate.
-