addressJurisdictionCode property

TextFieldWrapper? get addressJurisdictionCode

Data element ID "DAJ". State portion of the cardholder address.

Implementation

TextFieldWrapper? get addressJurisdictionCode => document
    .fieldByTypeName("AddressJurisdictionCode")
    ?.let((field) => TextFieldWrapper(field));