baseJurisdictionRegisteredWeight property

TextFieldWrapper? get baseJurisdictionRegisteredWeight

Data element ID "RAU". The declared base jurisdiction registration weight.

Implementation

TextFieldWrapper? get baseJurisdictionRegisteredWeight => document
    .fieldByTypeName("BaseJurisdictionRegisteredWeight")
    ?.let((field) => TextFieldWrapper(field));