WebApiModulesWarehouseCheckInCheckInItemsRequest constructor

WebApiModulesWarehouseCheckInCheckInItemsRequest({
  1. String? contractId,
  2. String? containerId,
  3. String? containerItemId,
  4. String? containerOutContractId,
  5. String? dealId,
  6. String? departmentId,
  7. String? locationId,
  8. String? moduleType,
  9. String? contractType,
  10. String? userWarehouseId,
  11. bool? forceNewSession,
  12. List<WebApiModulesWarehouseCheckInCheckInItem>? items,
})

Implementation

WebApiModulesWarehouseCheckInCheckInItemsRequest({
  this.contractId,
  this.containerId,
  this.containerItemId,
  this.containerOutContractId,
  this.dealId,
  this.departmentId,
  this.locationId,
  this.moduleType,
  this.contractType,
  this.userWarehouseId,
  this.forceNewSession,
  this.items,
});