auxiliaryOnUs property

TextFieldWrapper? get auxiliaryOnUs

Auxiliary On-Us field. For business checks this is often the serial number of the check.

Implementation

TextFieldWrapper? get auxiliaryOnUs => document
    .fieldByTypeName("AuxiliaryOnUs")
    ?.let((field) => TextFieldWrapper(field));