Uses of Class
io.swagger.client.model.VehicleRate
-
Packages that use VehicleRate Package Description io.swagger.client.model -
-
Uses of VehicleRate in io.swagger.client.model
Methods in io.swagger.client.model that return VehicleRate Modifier and Type Method Description VehicleRate
VehicleRate. addAdditionalPropertiesItem(AdditionalProperty additionalPropertiesItem)
VehicleRate
VehicleRate. additionalProperties(List<AdditionalProperty> additionalProperties)
VehicleRate
VehicleRate. addTaxesItem(Tax taxesItem)
VehicleRate
VehicleRate. customerAdditionalFareInfo(CustomerAdditionalFareInfo customerAdditionalFareInfo)
VehicleRate
VehicleInfo. getVehicleRate()
Get vehicleRateVehicleRate
VehicleRate. supplierAdditionalFareInfo(SupplierAdditionalFareInfo supplierAdditionalFareInfo)
VehicleRate
VehicleRate. taxes(List<Tax> taxes)
VehicleRate
VehicleRate. vehicleCharge(VehicleCharge vehicleCharge)
Methods in io.swagger.client.model with parameters of type VehicleRate Modifier and Type Method Description void
VehicleInfo. setVehicleRate(VehicleRate vehicleRate)
VehicleInfo
VehicleInfo. vehicleRate(VehicleRate vehicleRate)
-