WebApiModulesAgentOrderLaborTotalsResponse constructor

const WebApiModulesAgentOrderLaborTotalsResponse({
  1. WebApiModulesAgentOrderTotals? weeklyTotals,
  2. WebApiModulesAgentOrderTotals? averageWeeklyTotals,
  3. WebApiModulesAgentOrderTotals? monthlyTotals,
  4. WebApiModulesAgentOrderTotals? periodTotals,
  5. String? operatingRevenue,
  6. String? costExtended,
  7. String? grossProfit,
  8. String? marginPercent,
  9. String? operatingRevenuePercent,
})

Implementation

const WebApiModulesAgentOrderLaborTotalsResponse({
  this.weeklyTotals,
  this.averageWeeklyTotals,
  this.monthlyTotals,
  this.periodTotals,
  this.operatingRevenue,
  this.costExtended,
  this.grossProfit,
  this.marginPercent,
  this.operatingRevenuePercent,
});