Uses of Class
travel.wink.sdk.travel.agent.model.ReportingDailyRateAgent
Packages that use ReportingDailyRateAgent
-
Uses of ReportingDailyRateAgent in travel.wink.sdk.travel.agent.model
Methods in travel.wink.sdk.travel.agent.model that return ReportingDailyRateAgentModifier and TypeMethodDescriptionReportingDailyRateAgent.baseAmount(BigDecimal baseAmount) ReportingDailyRateAgent.grossAmount(BigDecimal grossAmount) ReportingDailyRateAgent.netAmount(BigDecimal netAmount) ReportingDailyRateAgent.netAmountWithRefund(BigDecimal netAmountWithRefund) Methods in travel.wink.sdk.travel.agent.model that return types with arguments of type ReportingDailyRateAgentModifier and TypeMethodDescription@Valid List<ReportingDailyRateAgent> BookingAgent.getReportingDailyRateList()Get reportingDailyRateListMethods in travel.wink.sdk.travel.agent.model with parameters of type ReportingDailyRateAgentModifier and TypeMethodDescriptionBookingAgent.addReportingDailyRateListItem(ReportingDailyRateAgent reportingDailyRateListItem) Method parameters in travel.wink.sdk.travel.agent.model with type arguments of type ReportingDailyRateAgentModifier and TypeMethodDescriptionBookingAgent.reportingDailyRateList(List<ReportingDailyRateAgent> reportingDailyRateList) voidBookingAgent.setReportingDailyRateList(List<ReportingDailyRateAgent> reportingDailyRateList)