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