Uses of Class
travel.wink.sdk.extranet.model.ReportingDailyRateSupplier
Packages that use ReportingDailyRateSupplier
-
Uses of ReportingDailyRateSupplier in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return ReportingDailyRateSupplierModifier and TypeMethodDescriptionReportingDailyRateSupplier.baseAmount(BigDecimal baseAmount) ReportingDailyRateSupplier.grossAmount(BigDecimal grossAmount) ReportingDailyRateSupplier.netAmount(BigDecimal netAmount) ReportingDailyRateSupplier.netAmountWithRefund(BigDecimal netAmountWithRefund) Methods in travel.wink.sdk.extranet.model that return types with arguments of type ReportingDailyRateSupplierModifier and TypeMethodDescription@Valid List<ReportingDailyRateSupplier> BookingSupplier.getReportingDailyRateList()Get reportingDailyRateListMethods in travel.wink.sdk.extranet.model with parameters of type ReportingDailyRateSupplierModifier and TypeMethodDescriptionBookingSupplier.addReportingDailyRateListItem(ReportingDailyRateSupplier reportingDailyRateListItem) Method parameters in travel.wink.sdk.extranet.model with type arguments of type ReportingDailyRateSupplierModifier and TypeMethodDescriptionBookingSupplier.reportingDailyRateList(List<ReportingDailyRateSupplier> reportingDailyRateList) voidBookingSupplier.setReportingDailyRateList(List<ReportingDailyRateSupplier> reportingDailyRateList)