Uses of Class
travel.wink.sdk.extranet.monetize.model.RatePlanLevelFeeSupplier
Packages that use RatePlanLevelFeeSupplier
-
Uses of RatePlanLevelFeeSupplier in travel.wink.sdk.extranet.monetize.model
Methods in travel.wink.sdk.extranet.monetize.model that return RatePlanLevelFeeSupplierModifier and TypeMethodDescriptionRatePlanLevelFeeSupplier.addDescriptionsItem(LocalizedDescriptionSupplier descriptionsItem) RatePlanLevelFeeSupplier.descriptions(List<LocalizedDescriptionSupplier> descriptions) RatePlanLevelFeeSupplier.fixedAmount(CustomMonetaryAmount fixedAmount) RatePlanLevelFeeSupplier.type(RatePlanLevelFeeSupplier.TypeEnum type) Methods in travel.wink.sdk.extranet.monetize.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 fee@Valid List<RatePlanLevelFeeSupplier> UpsertRatePlanRequestSupplier.getRatePlanLevelFees()This can be a one-time fee such as a cleaning feeMethods in travel.wink.sdk.extranet.monetize.model with parameters of type RatePlanLevelFeeSupplierModifier and TypeMethodDescriptionRatePlanSupplier.addRatePlanLevelFeesItem(RatePlanLevelFeeSupplier ratePlanLevelFeesItem) UpsertRatePlanRequestSupplier.addRatePlanLevelFeesItem(RatePlanLevelFeeSupplier ratePlanLevelFeesItem) Method parameters in travel.wink.sdk.extranet.monetize.model with type arguments of type RatePlanLevelFeeSupplierModifier and TypeMethodDescriptionRatePlanSupplier.ratePlanLevelFees(List<RatePlanLevelFeeSupplier> ratePlanLevelFees) UpsertRatePlanRequestSupplier.ratePlanLevelFees(List<RatePlanLevelFeeSupplier> ratePlanLevelFees) voidRatePlanSupplier.setRatePlanLevelFees(List<RatePlanLevelFeeSupplier> ratePlanLevelFees) voidUpsertRatePlanRequestSupplier.setRatePlanLevelFees(List<RatePlanLevelFeeSupplier> ratePlanLevelFees)