jurisdictionSpecificVehicleClass property
TextFieldWrapper?
get
jurisdictionSpecificVehicleClass
Data element ID "DCA". Jurisdiction-specific vehicle class / group code, designating the type of vehicle the cardholder has privilege to drive.
Implementation
TextFieldWrapper? get jurisdictionSpecificVehicleClass => document
.fieldByTypeName("JurisdictionSpecificVehicleClass")
?.let((field) => TextFieldWrapper(field));