addressJurisdictionCode property
TextFieldWrapper?
get
addressJurisdictionCode
Data element ID "RBL". Jurisdiction portion of the owner's address.
Implementation
TextFieldWrapper? get addressJurisdictionCode => document
.fieldByTypeName("AddressJurisdictionCode")
?.let((field) => TextFieldWrapper(field));