WebApiModulesAgentOrderCopyQuoteOrderRequest constructor

const WebApiModulesAgentOrderCopyQuoteOrderRequest({
  1. required String copyToType,
  2. String? locationId,
  3. String? warehouseId,
  4. String? newDescription,
  5. String? pickDate,
  6. String? pickTime,
  7. String? estimatedStartDate,
  8. String? estimatedStartTime,
  9. String? estimatedStopDate,
  10. String? estimatedStopTime,
  11. bool? copyLineItemUnitCosts,
  12. bool? copyWithUserSelectedDates,
  13. bool? copyLineItemNotes,
  14. bool? useCurrentPricing,
  15. bool? copyOrderNotes,
  16. bool? combineSubs,
  17. bool? copyDocuments,
  18. bool? copyCarrierShipVia,
  19. 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,
});