trailerAxleCount property

int? trailerAxleCount
getter/setter pair

Defines total number of axles across all the trailers attached to the vehicle. This number is included in VehicleSpecification.axleCount, hence VehicleSpecification.trailerAxleCount must be less than VehicleSpecification.axleCount and greater than or equal to 1. VehicleSpecification.axleCount and VehicleSpecification.trailerCount are required to specify VehicleSpecification.trailerAxleCount. By default, it is not set.

Note:: This parameter is currently used only for the calculation of tolls in regions where it is applicable.

Implementation

int? trailerAxleCount;