WebApiModulesHomeControlsOrderSummaryOrderSummaryResponse constructor
WebApiModulesHomeControlsOrderSummaryOrderSummaryResponse({
- WebApiModulesHomeControlsOrderSummaryRecTypeSummary? rental,
- WebApiModulesHomeControlsOrderSummaryRecTypeSummary? sales,
- WebApiModulesHomeControlsOrderSummaryRecTypeSummary? parts,
- WebApiModulesHomeControlsOrderSummaryRecTypeSummary? space,
- WebApiModulesHomeControlsOrderSummaryRecTypeSummary? vehicle,
- WebApiModulesHomeControlsOrderSummaryRecTypeSummary? labor,
- WebApiModulesHomeControlsOrderSummaryRecTypeSummary? misc,
- WebApiModulesHomeControlsOrderSummaryRecTypeSummary? rentalSale,
- WebApiModulesHomeControlsOrderSummaryRecTypeSummary? subRent,
- WebApiModulesHomeControlsOrderSummaryRecTypeSummary? subSale,
- WebApiModulesHomeControlsOrderSummaryRecTypeSummary? subLabor,
- WebApiModulesHomeControlsOrderSummaryRecTypeSummary? subMisc,
- WebApiModulesHomeControlsOrderSummaryRecTypeSummary? 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
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,
});