jurisdictionSpecificEndorsementCodeDescription property

TextFieldWrapper? get jurisdictionSpecificEndorsementCodeDescription

Data element ID "DCQ". Text that explains the jurisdiction-specific code(s) that indicates additional driving privileges granted to the cardholder beyond the vehicle class.

Implementation

TextFieldWrapper? get jurisdictionSpecificEndorsementCodeDescription =>
    document
        .fieldByTypeName("JurisdictionSpecificEndorsementCodeDescription")
        ?.let((field) => TextFieldWrapper(field));