restrictedIfLowerThanInCentimeters property

int? restrictedIfLowerThanInCentimeters
getter/setter pair

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

Implementation

int? restrictedIfLowerThanInCentimeters;