Uses of Class
com.adyen.model.checkout.Mandate.FrequencyEnum
-
Packages that use Mandate.FrequencyEnum Package Description com.adyen.model.checkout -
-
Uses of Mandate.FrequencyEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return Mandate.FrequencyEnum Modifier and Type Method Description static Mandate.FrequencyEnumMandate.FrequencyEnum. fromValue(String value)Mandate.FrequencyEnumMandate. getFrequency()The frequency with which a shopper should be charged.static Mandate.FrequencyEnumMandate.FrequencyEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Mandate.FrequencyEnum[]Mandate.FrequencyEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.checkout with parameters of type Mandate.FrequencyEnum Modifier and Type Method Description MandateMandate. frequency(Mandate.FrequencyEnum frequency)The frequency with which a shopper should be charged.voidMandate. setFrequency(Mandate.FrequencyEnum frequency)The frequency with which a shopper should be charged.
-