streetAddress property

TextFieldWrapper? get streetAddress

Data element ID "MAK". This is the mailing address of the individual carrier. This information is utilized by the base jurisdiction to send information to the carrier that purchased the IRP credentials.

Implementation

TextFieldWrapper? get streetAddress => document
    .fieldByTypeName("StreetAddress")
    ?.let((field) => TextFieldWrapper(field));