Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 641 Bytes

BarcodeResponse.md

File metadata and controls

14 lines (10 loc) · 641 Bytes

BarcodeResponse

Represents information about barcode.

Properties

Name Type Description Notes
BarcodeValue string Barcode data. [optional] [default to null]
Type_ string Type of the barcode. [optional] [default to null]
Region []RegionPoint Region with barcode. [optional] [default to null]
Checksum string Checksum of barcode. [optional] [default to null]

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