Uses of Class
travel.wink.sdk.extranet.booking.model.RatePlanLevelFeeSupplier
Packages that use RatePlanLevelFeeSupplier
-
Uses of RatePlanLevelFeeSupplier in travel.wink.sdk.extranet.booking.model
Methods in travel.wink.sdk.extranet.booking.model that return RatePlanLevelFeeSupplierModifier and TypeMethodDescriptionRatePlanLevelFeeSupplier.addDescriptionsItem(LocalizedDescriptionSupplier descriptionsItem) RatePlanLevelFeeSupplier.descriptions(List<LocalizedDescriptionSupplier> descriptions) RatePlanLevelFeeSupplier.fixedAmount(CustomMonetaryAmount fixedAmount) @Valid RatePlanLevelFeeSupplierExtraChargeSupplier.getRatePlanLevelFee()Get ratePlanLevelFeeRatePlanLevelFeeSupplier.type(RatePlanLevelFeeSupplier.TypeEnum type) Methods in travel.wink.sdk.extranet.booking.model that return types with arguments of type RatePlanLevelFeeSupplierModifier and TypeMethodDescription@Valid List<RatePlanLevelFeeSupplier> RatePlanSupplier.getRatePlanLevelFees()This can be a one-time fee such as a cleaning feeMethods in travel.wink.sdk.extranet.booking.model with parameters of type RatePlanLevelFeeSupplierModifier and TypeMethodDescriptionRatePlanSupplier.addRatePlanLevelFeesItem(RatePlanLevelFeeSupplier ratePlanLevelFeesItem) ExtraChargeSupplier.ratePlanLevelFee(RatePlanLevelFeeSupplier ratePlanLevelFee) voidExtraChargeSupplier.setRatePlanLevelFee(RatePlanLevelFeeSupplier ratePlanLevelFee) Method parameters in travel.wink.sdk.extranet.booking.model with type arguments of type RatePlanLevelFeeSupplierModifier and TypeMethodDescriptionRatePlanSupplier.ratePlanLevelFees(List<RatePlanLevelFeeSupplier> ratePlanLevelFees) voidRatePlanSupplier.setRatePlanLevelFees(List<RatePlanLevelFeeSupplier> ratePlanLevelFees)