ProfitAndLossQuery constructor

ProfitAndLossQuery({
  1. String? customer,
  2. String? vendor,
  3. String? item,
  4. String? department,
  5. String? accounting_method,
  6. String? adjusted_gain_loss,
  7. String? date_macro,
  8. String? end_date,
  9. String? qzurl,
  10. String? reportClass,
  11. String? sort_order,
  12. String? start_date,
  13. String? summarize_column_by,
})

Implementation

ProfitAndLossQuery({
  this.customer, this.vendor, this.item, this.department,
  this.accounting_method, this.adjusted_gain_loss, this.date_macro,
  this.end_date, this.qzurl, this.reportClass, this.sort_order,
  this.start_date, this.summarize_column_by
});