Uses of Class
travel.wink.sdk.events.model.DailyRate
Packages that use DailyRate
-
Uses of DailyRate in travel.wink.sdk.events.model
Methods in travel.wink.sdk.events.model that return DailyRateModifier and TypeMethodDescriptionDailyRate.capturePrice(BookingUserSpecifiedCurrencyTotal capturePrice) DailyRate.date(OffsetDateTime date) DailyRate.displayPrice(BookingUserSpecifiedCurrencyTotal displayPrice) DailyRate.internalPrice(BookingUserSpecifiedCurrencyTotal internalPrice) DailyRate.price(BookingUserSpecifiedCurrencyTotal price) DailyRate.supplierPrice(BookingUserSpecifiedCurrencyTotal supplierPrice) Methods in travel.wink.sdk.events.model that return types with arguments of type DailyRateMethods in travel.wink.sdk.events.model with parameters of type DailyRateModifier and TypeMethodDescriptionBookingContractItem.addDailyRateListItem(DailyRate dailyRateListItem) Method parameters in travel.wink.sdk.events.model with type arguments of type DailyRateModifier and TypeMethodDescriptionBookingContractItem.dailyRateList(List<DailyRate> dailyRateList) voidBookingContractItem.setDailyRateList(List<DailyRate> dailyRateList)