co2Class property
getter/setter pair
Defines the CO2 class of the vehicle as defined by the toll operator.
CO2 class is used with emissionType.
Allowed values for CO2 class are 1, 2, 3, 4, or 5, where a lower value generally indicates lower CO2 emissions.
Implementation
int? co2Class;