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