jurisdiction property
TextFieldWrapper?
get
jurisdiction
Data element ID "MAI". This is the jurisdiction of the residential 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 jurisdiction => document
.fieldByTypeName("Jurisdiction")
?.let((field) => TextFieldWrapper(field));