WebApiModulesHomeControlsInventoryContainerItemInventoryContainerItem constructor

WebApiModulesHomeControlsInventoryContainerItemInventoryContainerItem({
  1. String? containerItemId,
  2. String? packageId,
  3. String? containerId,
  4. int? rowNumber,
  5. String? iCode,
  6. String? description,
  7. String? trackedBy,
  8. double? quantityOrdered,
  9. double? price,
  10. String? notes,
  11. String? inventoryId,
  12. String? recType,
  13. int? ident,
  14. String? dateStamp,
  15. String? auditNote,
  16. String? recordTitle,
  17. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  18. List<FwStandardDataFwCustomValue>? custom,
  19. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  20. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesHomeControlsInventoryContainerItemInventoryContainerItem({
  this.containerItemId,
  this.packageId,
  this.containerId,
  this.rowNumber,
  this.iCode,
  this.description,
  this.trackedBy,
  this.quantityOrdered,
  this.price,
  this.notes,
  this.inventoryId,
  this.recType,
  this.ident,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});