Uses of Class
io.swagger.client.model.Tax
-
Packages that use Tax Package Description io.swagger.client.model -
-
Uses of Tax in io.swagger.client.model
Methods in io.swagger.client.model that return Tax Modifier and Type Method Description Tax
Tax. amount(Double amount)
Tax
Tax. included(Boolean included)
Tax
Tax. name(String name)
Methods in io.swagger.client.model that return types with arguments of type Tax Modifier and Type Method Description List<Tax>
PaxRateReservationServiceApi. getTaxes()
Get taxesList<Tax>
RoomRate. getTaxes()
Get taxesList<Tax>
RoomRateHotelSearchApi. getTaxes()
Get taxesList<Tax>
VehicleRate. getTaxes()
Get taxesMethods in io.swagger.client.model with parameters of type Tax Modifier and Type Method Description PaxRateReservationServiceApi
PaxRateReservationServiceApi. addTaxesItem(Tax taxesItem)
RoomRate
RoomRate. addTaxesItem(Tax taxesItem)
RoomRateHotelSearchApi
RoomRateHotelSearchApi. addTaxesItem(Tax taxesItem)
VehicleRate
VehicleRate. addTaxesItem(Tax taxesItem)
Method parameters in io.swagger.client.model with type arguments of type Tax Modifier and Type Method Description void
PaxRateReservationServiceApi. setTaxes(List<Tax> taxes)
void
RoomRate. setTaxes(List<Tax> taxes)
void
RoomRateHotelSearchApi. setTaxes(List<Tax> taxes)
void
VehicleRate. setTaxes(List<Tax> taxes)
PaxRateReservationServiceApi
PaxRateReservationServiceApi. taxes(List<Tax> taxes)
RoomRate
RoomRate. taxes(List<Tax> taxes)
RoomRateHotelSearchApi
RoomRateHotelSearchApi. taxes(List<Tax> taxes)
VehicleRate
VehicleRate. taxes(List<Tax> taxes)
-