WebApiModulesWarehouseCheckInCheckInSession constructor

WebApiModulesWarehouseCheckInCheckInSession({
  1. String? contractId,
  2. String? contractType,
  3. String? dealId,
  4. String? departmentId,
  5. String? locationId,
  6. String? warehouseId,
  7. String? moduleType,
  8. List<String>? orderIds,
})

Implementation

WebApiModulesWarehouseCheckInCheckInSession({
  this.contractId,
  this.contractType,
  this.dealId,
  this.departmentId,
  this.locationId,
  this.warehouseId,
  this.moduleType,
  this.orderIds,
});