vehicleBodyStyle property

TextFieldWrapper? get vehicleBodyStyle

Data element ID "VAO". The general configuration or shape of a vehicle distinguished by characteristics such as number of doors, seats, windows, roofline, and type of top. The vehicle body type is 2-character alphanumeric.

Implementation

TextFieldWrapper? get vehicleBodyStyle => document
    .fieldByTypeName("VehicleBodyStyle")
    ?.let((field) => TextFieldWrapper(field));