emptyWeightInKilograms property

int? emptyWeightInKilograms
getter/setter pair

Empty weight of the vehicle without any load, excluding trailers, specified in kilograms. The provided value must be greater than or equal to 0. By default, it is not set.

Note: Supported in TransportMode.truck, TransportMode.bus, TransportMode.privateBus, TransportMode.car (Beta), TransportMode.taxi (Beta) transport modes.

Implementation

int? emptyWeightInKilograms;