jurisdictionSpecificVehicleClassificationDescription property
TextFieldWrapper?
get
jurisdictionSpecificVehicleClassificationDescription
Data element ID "DCP". Text that explains the jurisdiction-specific code(s) for classifications of vehicles cardholder is authorized to drive.
Implementation
TextFieldWrapper? get jurisdictionSpecificVehicleClassificationDescription =>
document
.fieldByTypeName(
"JurisdictionSpecificVehicleClassificationDescription")
?.let((field) => TextFieldWrapper(field));