Uses of Class
travel.wink.sdk.extranet.model.DailyRateSupplier
Packages that use DailyRateSupplier
-
Uses of DailyRateSupplier in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return DailyRateSupplierModifier and TypeMethodDescriptionDailyRateSupplier.capturePrice(CustomMonetaryAmount capturePrice) DailyRateSupplier.displayPrice(CustomMonetaryAmount displayPrice) DailyRateSupplier.internalPrice(CustomMonetaryAmount internalPrice) DailyRateSupplier.price(CustomMonetaryAmount price) DailyRateSupplier.supplierPrice(CustomMonetaryAmount supplierPrice) Methods in travel.wink.sdk.extranet.model that return types with arguments of type DailyRateSupplierModifier and TypeMethodDescription@Valid List<DailyRateSupplier>BookingContractItemSupplier.getDailyRateList()Get dailyRateListMethods in travel.wink.sdk.extranet.model with parameters of type DailyRateSupplierModifier and TypeMethodDescriptionBookingContractItemSupplier.addDailyRateListItem(DailyRateSupplier dailyRateListItem) Method parameters in travel.wink.sdk.extranet.model with type arguments of type DailyRateSupplierModifier and TypeMethodDescriptionBookingContractItemSupplier.dailyRateList(List<DailyRateSupplier> dailyRateList) voidBookingContractItemSupplier.setDailyRateList(List<DailyRateSupplier> dailyRateList)