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