Uses of Enum Class
io.trippay.sdk.payment.model.Acquirer.TypeEnum
Packages that use Acquirer.TypeEnum
-
Uses of Acquirer.TypeEnum in io.trippay.sdk.payment.model
Subclasses with type arguments of type Acquirer.TypeEnum in io.trippay.sdk.payment.modelMethods in io.trippay.sdk.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 io.trippay.sdk.payment.model with parameters of type Acquirer.TypeEnumModifier and TypeMethodDescriptionvoidAcquirer.setType(Acquirer.TypeEnum type) Acquirer.type(Acquirer.TypeEnum type)