Uses of Class
com.adyen.model.payment.Mandate.FrequencyEnum
-
Packages that use Mandate.FrequencyEnum Package Description com.adyen.model.payment -
-
Uses of Mandate.FrequencyEnum in com.adyen.model.payment
Methods in com.adyen.model.payment 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.payment 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.
-