Uses of Enum Class
io.trippay.sdk.payment.model.Account.TypeEnum
Packages that use Account.TypeEnum
-
Uses of Account.TypeEnum in io.trippay.sdk.payment.model
Subclasses with type arguments of type Account.TypeEnum in io.trippay.sdk.payment.modelModifier and TypeClassDescriptionstatic enumType of account tells us what the account is capable of.Methods in io.trippay.sdk.payment.model that return Account.TypeEnumModifier and TypeMethodDescriptionstatic Account.TypeEnum@NotNull Account.TypeEnumAccount.getType()Type of account tells us what the account is capable of.static Account.TypeEnumReturns the enum constant of this class with the specified name.static Account.TypeEnum[]Account.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 Account.TypeEnumModifier and TypeMethodDescriptionvoidAccount.setType(Account.TypeEnum type) Account.type(Account.TypeEnum type)