WebApiModulesAgentOrderLaborTotalsResponse constructor
const
WebApiModulesAgentOrderLaborTotalsResponse({
- WebApiModulesAgentOrderTotals? weeklyTotals,
- WebApiModulesAgentOrderTotals? averageWeeklyTotals,
- WebApiModulesAgentOrderTotals? monthlyTotals,
- WebApiModulesAgentOrderTotals? periodTotals,
- String? operatingRevenue,
- String? costExtended,
- String? grossProfit,
- String? marginPercent,
- String? operatingRevenuePercent,
Implementation
const WebApiModulesAgentOrderLaborTotalsResponse({
this.weeklyTotals,
this.averageWeeklyTotals,
this.monthlyTotals,
this.periodTotals,
this.operatingRevenue,
this.costExtended,
this.grossProfit,
this.marginPercent,
this.operatingRevenuePercent,
});