zipCode property

TextFieldWrapper? get zipCode

Data element ID "RBM". The ZIP or Postal code of the resident address of the registrant.

Implementation

TextFieldWrapper? get zipCode => document
    .fieldByTypeName("ZipCode")
    ?.let((field) => TextFieldWrapper(field));