WebApiModulesUtilitiesInventoryPurchaseUtilityInventoryPurchaseItem constructor

const WebApiModulesUtilitiesInventoryPurchaseUtilityInventoryPurchaseItem({
  1. int? inventoryPurchaseItemId,
  2. String? sessionId,
  3. String? barCode,
  4. String? manufactureDate,
  5. int? printQuantity,
  6. String? serialNumber,
  7. String? rfId,
  8. bool? serialNumberIsMixedCase,
  9. String? dateStamp,
  10. String? auditNote,
  11. String? recordTitle,
  12. dynamic urlIdentifier,
  13. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  14. List<FwStandardDataFwCustomValue>? custom,
  15. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  16. FwStandardBusinessLogicFwBusinessLogic? original,
  17. List<FwStandardDataFwTranslatedValue>? translation,
  18. bool? hasImport,
  19. bool? hasDocuments,
  20. String? createdByUserId,
  21. String? createdByUserName,
  22. String? createdDateTime,
  23. String? modifiedByUserId,
  24. String? modifiedByUserName,
  25. String? modifiedDateTime,
})

Implementation

const WebApiModulesUtilitiesInventoryPurchaseUtilityInventoryPurchaseItem({
  this.inventoryPurchaseItemId,
  this.sessionId,
  this.barCode,
  this.manufactureDate,
  this.printQuantity,
  this.serialNumber,
  this.rfId,
  this.serialNumberIsMixedCase,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.urlIdentifier,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.original,
  this.translation,
  this.hasImport,
  this.hasDocuments,
  this.createdByUserId,
  this.createdByUserName,
  this.createdDateTime,
  this.modifiedByUserId,
  this.modifiedByUserName,
  this.modifiedDateTime,
});