WebApiModulesWarehouseCheckInCheckInItem constructor

const 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. String? containerRentalItemId,
  25. bool? itemInContainer,
  26. String? internalChar,
  27. String? location,
  28. String? moduleType,
  29. String? masterId,
  30. String? message,
  31. String? iCode,
  32. bool? newOrder,
  33. String? nestedMasteritemId,
  34. bool? newContainerInstantiated,
  35. int? orderTranId,
  36. String? outOrderId,
  37. String? orderNo,
  38. String? orderId,
  39. String? orderItemId,
  40. String? orderBy,
  41. String? packageId,
  42. String? parentId,
  43. String? pendingRepairId,
  44. String? pendingOrderId,
  45. String? pendingMasterItemId,
  46. String? pONo,
  47. bool? pending,
  48. String? pOId,
  49. bool? qcRequired,
  50. int? quantity,
  51. String? quikinContractId,
  52. int? quikinItemId,
  53. String? quikinInternalChar,
  54. String? quantityOrdered,
  55. String? rentalItemId,
  56. String? inQuantity,
  57. String? scannableMasterId,
  58. String? shelf,
  59. String? spaceId,
  60. String? spaceTypeId,
  61. String? spaceLocation,
  62. String? stillOut,
  63. int? status,
  64. String? statusType,
  65. bool? swapItem,
  66. String? subQuantity,
  67. String? totalIn,
  68. String? tranType,
  69. String? trackedBy,
  70. bool? useContainerNo,
  71. bool? unretireSalesItem,
  72. String? vendorId,
  73. String? vendor,
  74. String? warehouseId,
  75. String? wHCode,
  76. bool? forceCheckInContainerItem,
  77. bool? fixedContainerComponent,
  78. bool? isFixedContainer,
})

Implementation

const 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.containerRentalItemId,
  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,
  this.forceCheckInContainerItem,
  this.fixedContainerComponent,
  this.isFixedContainer,
});