Uses of Enum Class
travel.wink.sdk.payment.model.UpdateIntegrationRequest.TypeEnum
Packages that use UpdateIntegrationRequest.TypeEnum
-
Uses of UpdateIntegrationRequest.TypeEnum in travel.wink.sdk.payment.model
Methods in travel.wink.sdk.payment.model that return UpdateIntegrationRequest.TypeEnumModifier and TypeMethodDescription@NotNull UpdateIntegrationRequest.TypeEnumUpdateIntegrationRequest.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 UpdateIntegrationRequest.TypeEnum[]UpdateIntegrationRequest.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 UpdateIntegrationRequest.TypeEnumModifier and TypeMethodDescriptionvoidUpdateIntegrationRequest.setType(UpdateIntegrationRequest.TypeEnum type) UpdateIntegrationRequest.type(UpdateIntegrationRequest.TypeEnum type)