WebApiModulesAgentOrderCopyQuoteOrderRequest constructor

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

Implementation

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