Uses of Class
travel.wink.sdk.extranet.model.RatePlanLevelFeeDescriptive
Packages that use RatePlanLevelFeeDescriptive
-
Uses of RatePlanLevelFeeDescriptive in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return RatePlanLevelFeeDescriptiveModifier and TypeMethodDescriptionRatePlanLevelFeeDescriptive.addDescriptionsItem(SimpleDescriptionDescriptive descriptionsItem) RatePlanLevelFeeDescriptive.descriptions(List<SimpleDescriptionDescriptive> descriptions) RatePlanLevelFeeDescriptive.fixedAmount(MoneysDescriptive fixedAmount) @Valid RatePlanLevelFeeDescriptiveExtraChargeDescriptive.getRatePlanLevelFee()Get ratePlanLevelFeeRatePlanLevelFeeDescriptive.type(RatePlanLevelFeeDescriptive.TypeEnum type) Methods in travel.wink.sdk.extranet.model that return types with arguments of type RatePlanLevelFeeDescriptiveModifier and TypeMethodDescription@Valid List<RatePlanLevelFeeDescriptive>RatePlanDescriptive.getRatePlanLevelFees()This can be a one-time fee such as a cleaning feeMethods in travel.wink.sdk.extranet.model with parameters of type RatePlanLevelFeeDescriptiveModifier and TypeMethodDescriptionRatePlanDescriptive.addRatePlanLevelFeesItem(RatePlanLevelFeeDescriptive ratePlanLevelFeesItem) ExtraChargeDescriptive.ratePlanLevelFee(RatePlanLevelFeeDescriptive ratePlanLevelFee) voidExtraChargeDescriptive.setRatePlanLevelFee(RatePlanLevelFeeDescriptive ratePlanLevelFee) Method parameters in travel.wink.sdk.extranet.model with type arguments of type RatePlanLevelFeeDescriptiveModifier and TypeMethodDescriptionRatePlanDescriptive.ratePlanLevelFees(List<RatePlanLevelFeeDescriptive> ratePlanLevelFees) voidRatePlanDescriptive.setRatePlanLevelFees(List<RatePlanLevelFeeDescriptive> ratePlanLevelFees)