WebApiModulesAgentOrderCopyQuoteOrderRequest constructor
const
WebApiModulesAgentOrderCopyQuoteOrderRequest({
- required String copyToType,
- String? locationId,
- String? warehouseId,
- String? newDescription,
- String? pickDate,
- String? pickTime,
- String? estimatedStartDate,
- String? estimatedStartTime,
- String? estimatedStopDate,
- String? estimatedStopTime,
- bool? copyLineItemUnitCosts,
- bool? copyWithUserSelectedDates,
- bool? copyLineItemNotes,
- bool? useCurrentPricing,
- bool? copyOrderNotes,
- bool? combineSubs,
- bool? copyDocuments,
- bool? copyCarrierShipVia,
- bool? useCurrentDealTax,
Implementation
const WebApiModulesAgentOrderCopyQuoteOrderRequest({
required this.copyToType,
this.locationId,
this.warehouseId,
this.newDescription,
this.pickDate,
this.pickTime,
this.estimatedStartDate,
this.estimatedStartTime,
this.estimatedStopDate,
this.estimatedStopTime,
this.copyLineItemUnitCosts,
this.copyWithUserSelectedDates,
this.copyLineItemNotes,
this.useCurrentPricing,
this.copyOrderNotes,
this.combineSubs,
this.copyDocuments,
this.copyCarrierShipVia,
this.useCurrentDealTax,
});