defenseDocumentTypes property
- @BuiltValueField.new(wireName: r'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;