Uses of Class
travel.wink.sdk.booking.model.ReportingDailyRateBooker
Packages that use ReportingDailyRateBooker
-
Uses of ReportingDailyRateBooker in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return ReportingDailyRateBookerModifier and TypeMethodDescriptionReportingDailyRateBooker.baseAmount(BigDecimal baseAmount) ReportingDailyRateBooker.grossAmount(BigDecimal grossAmount) ReportingDailyRateBooker.netAmount(BigDecimal netAmount) ReportingDailyRateBooker.netAmountWithRefund(BigDecimal netAmountWithRefund) Methods in travel.wink.sdk.booking.model that return types with arguments of type ReportingDailyRateBookerModifier and TypeMethodDescription@Valid List<ReportingDailyRateBooker> BookingBooker.getReportingDailyRateList()Get reportingDailyRateListMethods in travel.wink.sdk.booking.model with parameters of type ReportingDailyRateBookerModifier and TypeMethodDescriptionBookingBooker.addReportingDailyRateListItem(ReportingDailyRateBooker reportingDailyRateListItem) Method parameters in travel.wink.sdk.booking.model with type arguments of type ReportingDailyRateBookerModifier and TypeMethodDescriptionBookingBooker.reportingDailyRateList(List<ReportingDailyRateBooker> reportingDailyRateList) voidBookingBooker.setReportingDailyRateList(List<ReportingDailyRateBooker> reportingDailyRateList)