Uses of Enum Class
io.trippay.sdk.payment.model.CreateAccountRequest.TypeEnum
Packages that use CreateAccountRequest.TypeEnum
-
Uses of CreateAccountRequest.TypeEnum in io.trippay.sdk.payment.model
Subclasses with type arguments of type CreateAccountRequest.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 CreateAccountRequest.TypeEnumModifier and TypeMethodDescription@NotNull CreateAccountRequest.TypeEnumCreateAccountRequest.getType()Type of account tells us what the account is capable of.Returns the enum constant of this class with the specified name.static CreateAccountRequest.TypeEnum[]CreateAccountRequest.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 CreateAccountRequest.TypeEnumModifier and TypeMethodDescriptionvoidCreateAccountRequest.setType(CreateAccountRequest.TypeEnum type) CreateAccountRequest.type(CreateAccountRequest.TypeEnum type)