accountCode property

  1. @BuiltValueField.new(wireName: r'accountCode')
String? get accountCode

The code of the Account to which the report applies.

Implementation

@BuiltValueField(wireName: r'accountCode')
String? get accountCode;