nonResidentIndicator property

TextFieldWrapper? get nonResidentIndicator

Data element ID "DBI". "Y"; Used by some jurisdictions to indicate holder of the document is a non-resident.

Implementation

TextFieldWrapper? get nonResidentIndicator => document
    .fieldByTypeName("NonResidentIndicator")
    ?.let((field) => TextFieldWrapper(field));