titlingJurisdiction property

TextFieldWrapper? get titlingJurisdiction

Data element ID "TAC". A unique set of alphanumeric characters assigned by the titling jurisdiction to the certificate of title of a vehicle.

Implementation

TextFieldWrapper? get titlingJurisdiction => document
    .fieldByTypeName("TitlingJurisdiction")
    ?.let((field) => TextFieldWrapper(field));