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