WebApiModulesHomeControlsOrderSummaryOrderSummaryResponse constructor

Implementation

WebApiModulesHomeControlsOrderSummaryOrderSummaryResponse({
  this.rental,
  this.sales,
  this.parts,
  this.space,
  this.vehicle,
  this.labor,
  this.misc,
  this.rentalSale,
  this.subRent,
  this.subSale,
  this.subLabor,
  this.subMisc,
  this.total,
  this.totalTax1,
  this.totalTax2,
  this.taxCost,
  this.replacementCost,
  this.replacementCostOwned,
  this.replacementCostSub,
  this.value,
  this.valueOwned,
  this.valueSub,
  this.measurement,
  this.weightPounds,
  this.weightOunces,
  this.weightKilograms,
  this.weightGrams,
  this.weightInCasePounds,
  this.weightInCaseOunces,
  this.weightInCaseKilograms,
  this.weightInCaseGrams,
});