WebApiModulesAgentOrderSummaryOrderSummaryResponse constructor

const WebApiModulesAgentOrderSummaryOrderSummaryResponse({
  1. WebApiModulesAgentOrderSummaryRecTypeSummary? rental,
  2. WebApiModulesAgentOrderSummaryRecTypeSummary? sales,
  3. WebApiModulesAgentOrderSummaryRecTypeSummary? parts,
  4. WebApiModulesAgentOrderSummaryRecTypeSummary? space,
  5. WebApiModulesAgentOrderSummaryRecTypeSummary? vehicle,
  6. WebApiModulesAgentOrderSummaryRecTypeSummary? labor,
  7. WebApiModulesAgentOrderSummaryRecTypeSummary? misc,
  8. WebApiModulesAgentOrderSummaryRecTypeSummary? rentalSale,
  9. WebApiModulesAgentOrderSummaryRecTypeSummary? lossAndDamage,
  10. WebApiModulesAgentOrderSummaryRecTypeSummary? subRent,
  11. WebApiModulesAgentOrderSummaryRecTypeSummary? subSale,
  12. WebApiModulesAgentOrderSummaryRecTypeSummary? subLabor,
  13. WebApiModulesAgentOrderSummaryRecTypeSummary? subMisc,
  14. WebApiModulesAgentOrderSummaryRecTypeSummary? total,
  15. double? totalTax1,
  16. double? totalTax2,
  17. double? taxCost,
  18. double? replacementCost,
  19. double? replacementCostOwned,
  20. double? replacementCostSub,
  21. double? value,
  22. double? valueOwned,
  23. double? valueSub,
  24. String? measurement,
  25. double? weightPounds,
  26. double? weightOunces,
  27. double? weightKilograms,
  28. double? weightGrams,
  29. double? weightInCasePounds,
  30. double? weightInCaseOunces,
  31. double? weightInCaseKilograms,
  32. double? weightInCaseGrams,
})

Implementation

const WebApiModulesAgentOrderSummaryOrderSummaryResponse({
  this.rental,
  this.sales,
  this.parts,
  this.space,
  this.vehicle,
  this.labor,
  this.misc,
  this.rentalSale,
  this.lossAndDamage,
  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,
});