parties property

  1. @BuiltValueField.new(wireName: r'parties')
BuiltList<AccountParty> get parties

Contains details of all parties associated with the report.

Implementation

@BuiltValueField(wireName: r'parties')
BuiltList<AccountParty> get parties;