Uses of Class
travel.wink.sdk.extranet.model.ReportingAncillarySupplier
Packages that use ReportingAncillarySupplier
-
Uses of ReportingAncillarySupplier in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return ReportingAncillarySupplierModifier and TypeMethodDescriptionReportingAncillarySupplier.grossAmount(BigDecimal grossAmount) ReportingAncillarySupplier.netAmount(BigDecimal netAmount) ReportingAncillarySupplier.netAmountWithRefund(BigDecimal netAmountWithRefund) ReportingAncillarySupplier.type(ReportingAncillarySupplier.TypeEnum type) Methods in travel.wink.sdk.extranet.model that return types with arguments of type ReportingAncillarySupplierModifier and TypeMethodDescription@Valid List<ReportingAncillarySupplier>BookingSupplier.getReportingAncillaryList()Get reportingAncillaryListMethods in travel.wink.sdk.extranet.model with parameters of type ReportingAncillarySupplierModifier and TypeMethodDescriptionBookingSupplier.addReportingAncillaryListItem(ReportingAncillarySupplier reportingAncillaryListItem) Method parameters in travel.wink.sdk.extranet.model with type arguments of type ReportingAncillarySupplierModifier and TypeMethodDescriptionBookingSupplier.reportingAncillaryList(List<ReportingAncillarySupplier> reportingAncillaryList) voidBookingSupplier.setReportingAncillaryList(List<ReportingAncillarySupplier> reportingAncillaryList)