Uses of Class
travel.wink.sdk.booking.model.ReportingAncillaryBooker
Packages that use ReportingAncillaryBooker
-
Uses of ReportingAncillaryBooker in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return ReportingAncillaryBookerModifier and TypeMethodDescriptionReportingAncillaryBooker.grossAmount(BigDecimal grossAmount) ReportingAncillaryBooker.netAmount(BigDecimal netAmount) ReportingAncillaryBooker.netAmountWithRefund(BigDecimal netAmountWithRefund) ReportingAncillaryBooker.type(ReportingAncillaryBooker.TypeEnum type) Methods in travel.wink.sdk.booking.model that return types with arguments of type ReportingAncillaryBookerModifier and TypeMethodDescription@Valid List<ReportingAncillaryBooker> BookingBooker.getReportingAncillaryList()Get reportingAncillaryListMethods in travel.wink.sdk.booking.model with parameters of type ReportingAncillaryBookerModifier and TypeMethodDescriptionBookingBooker.addReportingAncillaryListItem(ReportingAncillaryBooker reportingAncillaryListItem) Method parameters in travel.wink.sdk.booking.model with type arguments of type ReportingAncillaryBookerModifier and TypeMethodDescriptionBookingBooker.reportingAncillaryList(List<ReportingAncillaryBooker> reportingAncillaryList) voidBookingBooker.setReportingAncillaryList(List<ReportingAncillaryBooker> reportingAncillaryList)