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 TruckSpecifications.axleCount, hence TruckSpecifications.trailerAxleCount must be less than TruckSpecifications.axleCount and greater than or equal to 1. TruckSpecifications.axleCount and TruckSpecifications.trailerCount are required to specify TruckSpecifications.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;