previousTitlingJurisdiction property

TextFieldWrapper? get previousTitlingJurisdiction

Data element ID "TPJ". The code for the jurisdiction (U.S., Canadian, or Mexican) that titled the vehicle immediately prior to the current titling jurisdiction.

Implementation

TextFieldWrapper? get previousTitlingJurisdiction => document
    .fieldByTypeName("PreviousTitlingJurisdiction")
    ?.let((field) => TextFieldWrapper(field));