Uses of Class
travel.wink.sdk.extranet.booking.model.ReportingExtraChargeSupplier
Packages that use ReportingExtraChargeSupplier
-
Uses of ReportingExtraChargeSupplier in travel.wink.sdk.extranet.booking.model
Methods in travel.wink.sdk.extranet.booking.model that return ReportingExtraChargeSupplierModifier and TypeMethodDescriptionReportingExtraChargeSupplier.description(String description) ReportingExtraChargeSupplier.grossAmount(BigDecimal grossAmount) ReportingExtraChargeSupplier.netAmount(BigDecimal netAmount) ReportingExtraChargeSupplier.netAmountWithRefund(BigDecimal netAmountWithRefund) Methods in travel.wink.sdk.extranet.booking.model that return types with arguments of type ReportingExtraChargeSupplierModifier and TypeMethodDescription@Valid List<ReportingExtraChargeSupplier> BookingSupplier.getReportingExtraChargeList()Get reportingExtraChargeListMethods in travel.wink.sdk.extranet.booking.model with parameters of type ReportingExtraChargeSupplierModifier and TypeMethodDescriptionBookingSupplier.addReportingExtraChargeListItem(ReportingExtraChargeSupplier reportingExtraChargeListItem) Method parameters in travel.wink.sdk.extranet.booking.model with type arguments of type ReportingExtraChargeSupplierModifier and TypeMethodDescriptionBookingSupplier.reportingExtraChargeList(List<ReportingExtraChargeSupplier> reportingExtraChargeList) voidBookingSupplier.setReportingExtraChargeList(List<ReportingExtraChargeSupplier> reportingExtraChargeList)