documentExpirationDate property

TextFieldWrapper? get documentExpirationDate

Data element ID "DBA". Date on which the driving and identification privileges granted by the document are no longer valid. The format is ISO8601 with delimtiers.

Implementation

TextFieldWrapper? get documentExpirationDate => document
    .fieldByTypeName("DocumentExpirationDate")
    ?.let((field) => TextFieldWrapper(field));