Uses of Enum Class
travel.wink.payment.model.Acquirer.TypeEnum
Packages that use Acquirer.TypeEnum
-
Uses of Acquirer.TypeEnum in travel.wink.payment.model
Methods in travel.wink.payment.model that return Acquirer.TypeEnumModifier and TypeMethodDescriptionstatic Acquirer.TypeEnum@NotNull Acquirer.TypeEnumAcquirer.getType()Technology taking the chargestatic Acquirer.TypeEnumReturns the enum constant of this class with the specified name.static Acquirer.TypeEnum[]Acquirer.TypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.payment.model with parameters of type Acquirer.TypeEnumModifier and TypeMethodDescriptionvoidAcquirer.setType(Acquirer.TypeEnum type) Acquirer.type(Acquirer.TypeEnum type)