WebApiModulesWarehouseCheckInCheckInItem constructor

WebApiModulesWarehouseCheckInCheckInItem({
  1. bool? addOrderToContract,
  2. String? aisle,
  3. String? availFromDateTime,
  4. String? availToDateTime,
  5. String? barcode,
  6. String? consignorId,
  7. String? consignorAgreementId,
  8. bool? canSwap,
  9. String? containerNo,
  10. String? contractType,
  11. String? dealId,
  12. String? departmentId,
  13. String? description,
  14. bool? doSwap,
  15. String? exchangeContractId,
  16. int? errorNumber,
  17. String? errorMessage,
  18. String? facilitiesTypeId,
  19. String? hasMultipleContainers,
  20. String? itemClass,
  21. String? inventoryId,
  22. bool? isBarcode,
  23. bool? isContainer,
  24. bool? itemInContainer,
  25. String? internalChar,
  26. String? location,
  27. String? moduleType,
  28. String? masterId,
  29. String? message,
  30. String? iCode,
  31. bool? newOrder,
  32. String? nestedMasteritemId,
  33. bool? newContainerInstantiated,
  34. int? orderTranId,
  35. String? outOrderId,
  36. String? orderNo,
  37. String? orderId,
  38. String? orderItemId,
  39. String? orderBy,
  40. String? packageId,
  41. String? parentId,
  42. String? pendingRepairId,
  43. String? pendingOrderId,
  44. String? pendingMasterItemId,
  45. String? pONo,
  46. bool? pending,
  47. String? pOId,
  48. bool? qcRequired,
  49. int? quantity,
  50. String? quikinContractId,
  51. int? quikinItemId,
  52. String? quikinInternalChar,
  53. String? quantityOrdered,
  54. String? rentalItemId,
  55. String? inQuantity,
  56. String? scannableMasterId,
  57. String? shelf,
  58. String? spaceId,
  59. String? spaceTypeId,
  60. String? spaceLocation,
  61. String? stillOut,
  62. int? status,
  63. String? statusType,
  64. bool? swapItem,
  65. String? subQuantity,
  66. String? totalIn,
  67. String? tranType,
  68. String? trackedBy,
  69. bool? useContainerNo,
  70. bool? unretireSalesItem,
  71. String? vendorId,
  72. String? vendor,
  73. String? warehouseId,
  74. String? wHCode,
})

Implementation

WebApiModulesWarehouseCheckInCheckInItem({
  this.addOrderToContract,
  this.aisle,
  this.availFromDateTime,
  this.availToDateTime,
  this.barcode,
  this.consignorId,
  this.consignorAgreementId,
  this.canSwap,
  this.containerNo,
  this.contractType,
  this.dealId,
  this.departmentId,
  this.description,
  this.doSwap,
  this.exchangeContractId,
  this.errorNumber,
  this.errorMessage,
  this.facilitiesTypeId,
  this.hasMultipleContainers,
  this.itemClass,
  this.inventoryId,
  this.isBarcode,
  this.isContainer,
  this.itemInContainer,
  this.internalChar,
  this.location,
  this.moduleType,
  this.masterId,
  this.message,
  this.iCode,
  this.newOrder,
  this.nestedMasteritemId,
  this.newContainerInstantiated,
  this.orderTranId,
  this.outOrderId,
  this.orderNo,
  this.orderId,
  this.orderItemId,
  this.orderBy,
  this.packageId,
  this.parentId,
  this.pendingRepairId,
  this.pendingOrderId,
  this.pendingMasterItemId,
  this.pONo,
  this.pending,
  this.pOId,
  this.qcRequired,
  this.quantity,
  this.quikinContractId,
  this.quikinItemId,
  this.quikinInternalChar,
  this.quantityOrdered,
  this.rentalItemId,
  this.inQuantity,
  this.scannableMasterId,
  this.shelf,
  this.spaceId,
  this.spaceTypeId,
  this.spaceLocation,
  this.stillOut,
  this.status,
  this.statusType,
  this.swapItem,
  this.subQuantity,
  this.totalIn,
  this.tranType,
  this.trackedBy,
  this.useContainerNo,
  this.unretireSalesItem,
  this.vendorId,
  this.vendor,
  this.warehouseId,
  this.wHCode,
});