Uses of Class
travel.wink.sdk.booking.model.ReportingAncillaryAgent
Packages that use ReportingAncillaryAgent
-
Uses of ReportingAncillaryAgent in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return ReportingAncillaryAgentModifier and TypeMethodDescriptionReportingAncillaryAgent.grossAmount(BigDecimal grossAmount) ReportingAncillaryAgent.netAmount(BigDecimal netAmount) ReportingAncillaryAgent.netAmountWithRefund(BigDecimal netAmountWithRefund) ReportingAncillaryAgent.type(ReportingAncillaryAgent.TypeEnum type) Methods in travel.wink.sdk.booking.model that return types with arguments of type ReportingAncillaryAgentModifier and TypeMethodDescription@Valid List<ReportingAncillaryAgent> BookingAgent.getReportingAncillaryList()Get reportingAncillaryListMethods in travel.wink.sdk.booking.model with parameters of type ReportingAncillaryAgentModifier and TypeMethodDescriptionBookingAgent.addReportingAncillaryListItem(ReportingAncillaryAgent reportingAncillaryListItem) Method parameters in travel.wink.sdk.booking.model with type arguments of type ReportingAncillaryAgentModifier and TypeMethodDescriptionBookingAgent.reportingAncillaryList(List<ReportingAncillaryAgent> reportingAncillaryList) voidBookingAgent.setReportingAncillaryList(List<ReportingAncillaryAgent> reportingAncillaryList)