WebApiModulesAgentOrderSummaryOrderSummaryResponse constructor
const
WebApiModulesAgentOrderSummaryOrderSummaryResponse({
- WebApiModulesAgentOrderSummaryRecTypeSummary? rental,
- WebApiModulesAgentOrderSummaryRecTypeSummary? sales,
- WebApiModulesAgentOrderSummaryRecTypeSummary? parts,
- WebApiModulesAgentOrderSummaryRecTypeSummary? space,
- WebApiModulesAgentOrderSummaryRecTypeSummary? vehicle,
- WebApiModulesAgentOrderSummaryRecTypeSummary? labor,
- WebApiModulesAgentOrderSummaryRecTypeSummary? misc,
- WebApiModulesAgentOrderSummaryRecTypeSummary? rentalSale,
- WebApiModulesAgentOrderSummaryRecTypeSummary? lossAndDamage,
- WebApiModulesAgentOrderSummaryRecTypeSummary? subRent,
- WebApiModulesAgentOrderSummaryRecTypeSummary? subSale,
- WebApiModulesAgentOrderSummaryRecTypeSummary? subLabor,
- WebApiModulesAgentOrderSummaryRecTypeSummary? subMisc,
- WebApiModulesAgentOrderSummaryRecTypeSummary? total,
- double? totalTax1,
- double? totalTax2,
- double? taxCost,
- double? replacementCost,
- double? replacementCostOwned,
- double? replacementCostSub,
- double? value,
- double? valueOwned,
- double? valueSub,
- String? measurement,
- double? weightPounds,
- double? weightOunces,
- double? weightKilograms,
- double? weightGrams,
- double? weightInCasePounds,
- double? weightInCaseOunces,
- double? weightInCaseKilograms,
- 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,
});