Uses of Class
com.adyen.model.payment.Recurring.TokenServiceEnum
-
Packages that use Recurring.TokenServiceEnum Package Description com.adyen.model.payment -
-
Uses of Recurring.TokenServiceEnum in com.adyen.model.payment
Methods in com.adyen.model.payment that return Recurring.TokenServiceEnum Modifier and Type Method Description static Recurring.TokenServiceEnumRecurring.TokenServiceEnum. fromValue(String value)Recurring.TokenServiceEnumRecurring. getTokenService()The name of the token service.static Recurring.TokenServiceEnumRecurring.TokenServiceEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Recurring.TokenServiceEnum[]Recurring.TokenServiceEnum. 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 Recurring.TokenServiceEnum Modifier and Type Method Description voidRecurring. setTokenService(Recurring.TokenServiceEnum tokenService)The name of the token service.RecurringRecurring. tokenService(Recurring.TokenServiceEnum tokenService)The name of the token service.
-