WebApiModulesUtilitiesMigrateCompleteMigrateSessionRequest constructor

WebApiModulesUtilitiesMigrateCompleteMigrateSessionRequest({
  1. String? sessionId,
  2. bool? migrateToNewOrder,
  3. String? newOrderOfficeLocationId,
  4. String? newOrderWarehouseId,
  5. String? newOrderDealId,
  6. String? newOrderDepartmentId,
  7. String? newOrderOrderTypeId,
  8. String? newOrderDescription,
  9. String? newOrderRateType,
  10. String? newOrderFromDate,
  11. String? newOrderFromTime,
  12. String? newOrderToDate,
  13. String? newOrderToTime,
  14. String? newOrderBillingStopDate,
  15. bool? newOrderPendingPO,
  16. bool? newOrderFlatPO,
  17. String? newOrderPurchaseOrderNumber,
  18. double? newOrderPurchaseOrderAmount,
  19. bool? migrateToExistingOrder,
  20. String? existingOrderId,
  21. String? inventoryFulfillIncrement,
  22. bool? fulfillStrictPricingMatch,
  23. bool? copyLineItemNotes,
  24. bool? copyOrderNotes,
  25. bool? copyRentalRates,
  26. bool? updateBillingStopDate,
  27. DateTime? billingStopDate,
  28. String? officeLocationId,
  29. String? warehouseId,
  30. String? responsiblePersonId,
  31. bool? checkItemsOut,
})

Implementation

WebApiModulesUtilitiesMigrateCompleteMigrateSessionRequest({
  this.sessionId,
  this.migrateToNewOrder,
  this.newOrderOfficeLocationId,
  this.newOrderWarehouseId,
  this.newOrderDealId,
  this.newOrderDepartmentId,
  this.newOrderOrderTypeId,
  this.newOrderDescription,
  this.newOrderRateType,
  this.newOrderFromDate,
  this.newOrderFromTime,
  this.newOrderToDate,
  this.newOrderToTime,
  this.newOrderBillingStopDate,
  this.newOrderPendingPO,
  this.newOrderFlatPO,
  this.newOrderPurchaseOrderNumber,
  this.newOrderPurchaseOrderAmount,
  this.migrateToExistingOrder,
  this.existingOrderId,
  this.inventoryFulfillIncrement,
  this.fulfillStrictPricingMatch,
  this.copyLineItemNotes,
  this.copyOrderNotes,
  this.copyRentalRates,
  this.updateBillingStopDate,
  this.billingStopDate,
  this.officeLocationId,
  this.warehouseId,
  this.responsiblePersonId,
  this.checkItemsOut,
});