Uses of Enum Class
travel.wink.sdk.booking.engine.model.RateExtraChildRateModifier.TypeEnum
Packages that use RateExtraChildRateModifier.TypeEnum
-
Uses of RateExtraChildRateModifier.TypeEnum in travel.wink.sdk.booking.engine.model
Methods in travel.wink.sdk.booking.engine.model that return RateExtraChildRateModifier.TypeEnumModifier and TypeMethodDescription@NotNull RateExtraChildRateModifier.TypeEnumRateExtraChildRateModifier.getType()When the type is FIXED, fixedAmount is required.Returns the enum constant of this class with the specified name.static RateExtraChildRateModifier.TypeEnum[]RateExtraChildRateModifier.TypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.booking.engine.model with parameters of type RateExtraChildRateModifier.TypeEnumModifier and TypeMethodDescriptionvoidRateExtraChildRateModifier.setType(RateExtraChildRateModifier.TypeEnum type) RateExtraChildRateModifier.type(RateExtraChildRateModifier.TypeEnum type)