Uses of Class
travel.wink.sdk.extranet.model.RatePlanLevelFee
Packages that use RatePlanLevelFee
-
Uses of RatePlanLevelFee in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return RatePlanLevelFeeModifier and TypeMethodDescriptionRatePlanLevelFee.addDescriptionsItem(LocalizedDescription descriptionsItem) RatePlanLevelFee.descriptions(List<LocalizedDescription> descriptions) RatePlanLevelFee.fixedAmount(CustomMonetaryAmount fixedAmount) RatePlanLevelFee.type(RatePlanLevelFee.TypeEnum type) Methods in travel.wink.sdk.extranet.model that return types with arguments of type RatePlanLevelFeeModifier and TypeMethodDescription@Valid List<RatePlanLevelFee> RatePlan.getRatePlanLevelFees()This can be a one-time fee such as a cleaning feeMethods in travel.wink.sdk.extranet.model with parameters of type RatePlanLevelFeeModifier and TypeMethodDescriptionRatePlan.addRatePlanLevelFeesItem(RatePlanLevelFee ratePlanLevelFeesItem) Method parameters in travel.wink.sdk.extranet.model with type arguments of type RatePlanLevelFeeModifier and TypeMethodDescriptionRatePlan.ratePlanLevelFees(List<RatePlanLevelFee> ratePlanLevelFees) voidRatePlan.setRatePlanLevelFees(List<RatePlanLevelFee> ratePlanLevelFees)