Uses of Class
travel.wink.sdk.booking.model.DailyRate
Packages that use DailyRate
-
Uses of DailyRate in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.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.booking.model that return types with arguments of type DailyRateModifier and TypeMethodDescriptionBookingContractItem.getDailyRateList()Get dailyRateListStayRate.getList()Get _listMethods in travel.wink.sdk.booking.model with parameters of type DailyRateModifier and TypeMethodDescriptionBookingContractItem.addDailyRateListItem(DailyRate dailyRateListItem) StayRate.addListItem(DailyRate _listItem) Method parameters in travel.wink.sdk.booking.model with type arguments of type DailyRateModifier and TypeMethodDescriptionBookingContractItem.dailyRateList(List<DailyRate> dailyRateList) voidBookingContractItem.setDailyRateList(List<DailyRate> dailyRateList) void