residenceZipCode property

TextFieldWrapper? get residenceZipCode

Data element ID "NAQ". The ZIP code or Postal code used for mailing. (As used by Canadian, Mexican and US jurisdictions).

Implementation

TextFieldWrapper? get residenceZipCode => document
    .fieldByTypeName("ResidenceZipCode")
    ?.let((field) => TextFieldWrapper(field));