defenseDocumentTypes property

  1. @BuiltValueField.new(wireName: r'defenseDocumentTypes')
BuiltList<DefenseDocumentType>? get defenseDocumentTypes

Array of defense document types for a specific defense reason. Indicates the document types that you can submit to the schemes to defend this dispute, and whether they are required.

Implementation

@BuiltValueField(wireName: r'defenseDocumentTypes')
BuiltList<DefenseDocumentType>? get defenseDocumentTypes;