Uses of Enum Class
travel.wink.sdk.payment.model.CreateIntegrationRequest.TypeEnum
Packages that use CreateIntegrationRequest.TypeEnum
-
Uses of CreateIntegrationRequest.TypeEnum in travel.wink.sdk.payment.model
Methods in travel.wink.sdk.payment.model that return CreateIntegrationRequest.TypeEnumModifier and TypeMethodDescription@NotNull CreateIntegrationRequest.TypeEnumCreateIntegrationRequest.getType()Type determines whether the booking will be paid by the agent or by the traveler.Returns the enum constant of this class with the specified name.static CreateIntegrationRequest.TypeEnum[]CreateIntegrationRequest.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 CreateIntegrationRequest.TypeEnumModifier and TypeMethodDescriptionvoidCreateIntegrationRequest.setType(CreateIntegrationRequest.TypeEnum type) CreateIntegrationRequest.type(CreateIntegrationRequest.TypeEnum type)