taxReportingClassification property

TaxReportingClassificationBuilder get taxReportingClassification

Implementation

TaxReportingClassificationBuilder get taxReportingClassification =>
    _$this._taxReportingClassification ??=
        TaxReportingClassificationBuilder();
set taxReportingClassification (TaxReportingClassificationBuilder? taxReportingClassification)

Implementation

set taxReportingClassification(
  TaxReportingClassificationBuilder? taxReportingClassification,
) => _$this._taxReportingClassification = taxReportingClassification;