restrictedIfShorterThanInCentimeters property

int? restrictedIfShorterThanInCentimeters
getter/setter pair

Vehicles of the matching category are restricted if the vehicle is shorter than the length in centimeters. If the value is null the lower length bound is not specified.

Implementation

int? restrictedIfShorterThanInCentimeters;