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 CarSpecifications.axleCount, hence CarSpecifications.trailerAxleCount must be less than CarSpecifications.axleCount and greater than or equal to 1. CarSpecifications.axleCount and CarSpecifications.trailerCount are required to specify CarSpecifications.trailerAxleCount. By default, it is not set.

Implementation

int? trailerAxleCount;