registrationExpirationDate property

TextFieldWrapper? get registrationExpirationDate

Data element ID "RAG". The date in which the registration expired. The format is ISO8601 with delimiters.

Implementation

TextFieldWrapper? get registrationExpirationDate => document
    .fieldByTypeName("RegistrationExpirationDate")
    ?.let((field) => TextFieldWrapper(field));