jurisdictionSpecificEndorsementCodes property

TextFieldWrapper? get jurisdictionSpecificEndorsementCodes

Data element ID "DCD". Jurisdiction-specific codes that represent additional privileges granted to the cardholder beyond the vehicle class (such as transportation of passengers, hazardous materials, operation of motorcycles, etc.).

Implementation

TextFieldWrapper? get jurisdictionSpecificEndorsementCodes => document
    .fieldByTypeName("JurisdictionSpecificEndorsementCodes")
    ?.let((field) => TextFieldWrapper(field));