WebApiModulesHomeControlsPurchaseOrderReceiveBarCodePurchaseOrderReceiveBarCode constructor

WebApiModulesHomeControlsPurchaseOrderReceiveBarCodePurchaseOrderReceiveBarCode({
  1. int? purchaseOrderReceiveBarCodeId,
  2. String? barCode,
  3. String? inspectionNumber,
  4. String? inspectionVendorId,
  5. String? inspectionVendor,
  6. String? manufactureDate,
  7. int? printQuantity,
  8. String? serialNumber,
  9. String? rfId,
  10. String? purchaseOrderItemId,
  11. String? purchaseOrderId,
  12. int? orderTranId,
  13. String? internalChar,
  14. String? receiveContractId,
  15. String? receiveContractNumber,
  16. String? returnContractId,
  17. String? inventoryId,
  18. String? scannableBarCode,
  19. String? iCode,
  20. String? description,
  21. String? iCodeDescription,
  22. String? packingSlipNumber,
  23. String? warehouseId,
  24. String? itemId,
  25. String? purchaseId,
  26. String? availableFor,
  27. String? availableForDisplay,
  28. String? trackedBy,
  29. bool? serialNumberIsMixedCase,
  30. String? itemOrder,
  31. String? dateStamp,
  32. String? auditNote,
  33. String? recordTitle,
  34. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  35. List<FwStandardDataFwCustomValue>? custom,
  36. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  37. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesHomeControlsPurchaseOrderReceiveBarCodePurchaseOrderReceiveBarCode({
  this.purchaseOrderReceiveBarCodeId,
  this.barCode,
  this.inspectionNumber,
  this.inspectionVendorId,
  this.inspectionVendor,
  this.manufactureDate,
  this.printQuantity,
  this.serialNumber,
  this.rfId,
  this.purchaseOrderItemId,
  this.purchaseOrderId,
  this.orderTranId,
  this.internalChar,
  this.receiveContractId,
  this.receiveContractNumber,
  this.returnContractId,
  this.inventoryId,
  this.scannableBarCode,
  this.iCode,
  this.description,
  this.iCodeDescription,
  this.packingSlipNumber,
  this.warehouseId,
  this.itemId,
  this.purchaseId,
  this.availableFor,
  this.availableForDisplay,
  this.trackedBy,
  this.serialNumberIsMixedCase,
  this.itemOrder,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});