Uses of Class
travel.wink.sdk.booking.model.ReportingExtraChargeBooker
Packages that use ReportingExtraChargeBooker
-
Uses of ReportingExtraChargeBooker in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return ReportingExtraChargeBookerModifier and TypeMethodDescriptionReportingExtraChargeBooker.description(String description) ReportingExtraChargeBooker.grossAmount(BigDecimal grossAmount) ReportingExtraChargeBooker.netAmount(BigDecimal netAmount) ReportingExtraChargeBooker.netAmountWithRefund(BigDecimal netAmountWithRefund) Methods in travel.wink.sdk.booking.model that return types with arguments of type ReportingExtraChargeBookerModifier and TypeMethodDescription@Valid List<ReportingExtraChargeBooker>BookingBooker.getReportingExtraChargeList()Get reportingExtraChargeListMethods in travel.wink.sdk.booking.model with parameters of type ReportingExtraChargeBookerModifier and TypeMethodDescriptionBookingBooker.addReportingExtraChargeListItem(ReportingExtraChargeBooker reportingExtraChargeListItem) Method parameters in travel.wink.sdk.booking.model with type arguments of type ReportingExtraChargeBookerModifier and TypeMethodDescriptionBookingBooker.reportingExtraChargeList(List<ReportingExtraChargeBooker> reportingExtraChargeList) voidBookingBooker.setReportingExtraChargeList(List<ReportingExtraChargeBooker> reportingExtraChargeList)