Uses of Enum Class
travel.wink.sdk.payment.model.Acquirer.VendorEnum
Packages that use Acquirer.VendorEnum
-
Uses of Acquirer.VendorEnum in travel.wink.sdk.payment.model
Methods in travel.wink.sdk.payment.model that return Acquirer.VendorEnumModifier and TypeMethodDescriptionstatic Acquirer.VendorEnum@NotNull Acquirer.VendorEnumAcquirer.getVendor()Name of acquiring vendorstatic Acquirer.VendorEnumReturns the enum constant of this class with the specified name.static Acquirer.VendorEnum[]Acquirer.VendorEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.payment.model with parameters of type Acquirer.VendorEnumModifier and TypeMethodDescriptionvoidAcquirer.setVendor(Acquirer.VendorEnum vendor) Acquirer.vendor(Acquirer.VendorEnum vendor)