Uses of Class
com.adyen.model.binlookup.Recurring.TokenServiceEnum
-
Packages that use Recurring.TokenServiceEnum Package Description com.adyen.model.binlookup -
-
Uses of Recurring.TokenServiceEnum in com.adyen.model.binlookup
Methods in com.adyen.model.binlookup 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.binlookup 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.
-