Uses of Enum Class
travel.wink.sdk.payment.model.CreateAccountRequest.TypeEnum
Packages that use CreateAccountRequest.TypeEnum
-
Uses of CreateAccountRequest.TypeEnum in travel.wink.sdk.payment.model
Methods in travel.wink.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 travel.wink.sdk.payment.model with parameters of type CreateAccountRequest.TypeEnumModifier and TypeMethodDescriptionvoidCreateAccountRequest.setType(CreateAccountRequest.TypeEnum type) CreateAccountRequest.type(CreateAccountRequest.TypeEnum type)