WebApiModulesAgentOrderCopyQuoteOrderRequest constructor

WebApiModulesAgentOrderCopyQuoteOrderRequest({
  1. String? copyToType,
  2. String? locationId,
  3. String? warehouseId,
  4. String? newDescription,
  5. bool? copyLineItemNotes,
  6. bool? copyOrderNotes,
  7. bool? combineSubs,
  8. bool? copyDocuments,
  9. bool? copyCarrierShipVia,
})

Implementation

WebApiModulesAgentOrderCopyQuoteOrderRequest({
  this.copyToType,
  this.locationId,
  this.warehouseId,
  this.newDescription,
  this.copyLineItemNotes,
  this.copyOrderNotes,
  this.combineSubs,
  this.copyDocuments,
  this.copyCarrierShipVia,
});