WebApiModulesUtilitiesInventoryLocationItemInventoryLocationItem constructor

WebApiModulesUtilitiesInventoryLocationItemInventoryLocationItem({
  1. String? inventoryId,
  2. String? warehouseId,
  3. String? iCode,
  4. String? description,
  5. String? availableFor,
  6. String? rank,
  7. String? categoryId,
  8. String? category,
  9. String? subCategoryId,
  10. String? subCategory,
  11. String? inventoryTypeId,
  12. String? inventoryType,
  13. String? warehouseCode,
  14. String? warehouse,
  15. double? quantity,
  16. String? aisleLocation,
  17. String? shelfLocation,
  18. String? auditNote,
  19. String? recordTitle,
  20. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  21. List<FwStandardDataFwCustomValue>? custom,
  22. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  23. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesUtilitiesInventoryLocationItemInventoryLocationItem({
  this.inventoryId,
  this.warehouseId,
  this.iCode,
  this.description,
  this.availableFor,
  this.rank,
  this.categoryId,
  this.category,
  this.subCategoryId,
  this.subCategory,
  this.inventoryTypeId,
  this.inventoryType,
  this.warehouseCode,
  this.warehouse,
  this.quantity,
  this.aisleLocation,
  this.shelfLocation,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});