hazmatEndorsementExpirationDate property
TextFieldWrapper?
get
hazmatEndorsementExpirationDate
Data element ID "DDC". Date on which the hazardous material endorsement granted by the document is no longer valid. The format is ISO8601 with delimiters.
Implementation
TextFieldWrapper? get hazmatEndorsementExpirationDate => document
.fieldByTypeName("HAZMATEndorsementExpirationDate")
?.let((field) => TextFieldWrapper(field));