Uses of Enum Class
io.trippay.sdk.payment.model.Integrator.TypeEnum
Packages that use Integrator.TypeEnum
-
Uses of Integrator.TypeEnum in io.trippay.sdk.payment.model
Subclasses with type arguments of type Integrator.TypeEnum in io.trippay.sdk.payment.modelMethods in io.trippay.sdk.payment.model that return Integrator.TypeEnumModifier and TypeMethodDescriptionstatic Integrator.TypeEnum@NotNull Integrator.TypeEnumIntegrator.getType()Technology taking the chargestatic Integrator.TypeEnumReturns the enum constant of this class with the specified name.static Integrator.TypeEnum[]Integrator.TypeEnum.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.TypeEnumModifier and TypeMethodDescriptionvoidIntegrator.setType(Integrator.TypeEnum type) Integrator.type(Integrator.TypeEnum type)