Uses of Class
com.adyen.model.checkout.PixRecurring.FrequencyEnum
-
Packages that use PixRecurring.FrequencyEnum Package Description com.adyen.model.checkout -
-
Uses of PixRecurring.FrequencyEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PixRecurring.FrequencyEnum Modifier and Type Method Description static PixRecurring.FrequencyEnumPixRecurring.FrequencyEnum. fromValue(String value)PixRecurring.FrequencyEnumPixRecurring. getFrequency()The frequency at which the shopper will be charged.static PixRecurring.FrequencyEnumPixRecurring.FrequencyEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PixRecurring.FrequencyEnum[]PixRecurring.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 PixRecurring.FrequencyEnum Modifier and Type Method Description PixRecurringPixRecurring. frequency(PixRecurring.FrequencyEnum frequency)The frequency at which the shopper will be charged.voidPixRecurring. setFrequency(PixRecurring.FrequencyEnum frequency)The frequency at which the shopper will be charged.
-