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