Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 963 Bytes

ItemDTO.md

File metadata and controls

20 lines (16 loc) · 963 Bytes

indexer_api_client.model.ItemDTO

Load the model package

import 'package:indexer_api_client/api.dart';

Properties

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]

[Back to Model list] [Back to API list] [Back to README]