import 'package:indexer_api_client/api.dart';
Name | Type | Description | Notes |
---|---|---|---|
id | int | Internal identifier of item | [optional] [default to null] |
name | String | Name of otem | [default to null] |
description | String | Item description | [optional] [default to null] |
barcode | String | Numeric or textual barcode of item | [optional] [default to null] |
barcodeType | String | Type of barcode like EAN16 | [optional] [default to null] |
storagePlace | PlaceDTO | [optional] [default to null] | |
dueDate | DateTime | Due date of item | [optional] [default to null] |