grossVehicleWeight property

TextFieldWrapper? get grossVehicleWeight

Data element ID "VAT". The unladen weight of the vehicle (e.g., single-unit truck, truck combination) plus the weight of the maximum load for which vehicle registration fees have been paid within a particular jurisdiction.

Implementation

TextFieldWrapper? get grossVehicleWeight => document
    .fieldByTypeName("GrossVehicleWeight")
    ?.let((field) => TextFieldWrapper(field));