Constructor
new BinTipBarcodeScannerResultModel(siteId)
BinTipBarcodeScannerResultModel Constructor
Parameters
-
siteId
number
The Site ID associated with this Bin Tip Barcode Scanner Result
Source
Members
barcodeScannerIdstring
The Bin Tip Barcode Scanner ID associated with this Result
Type
-
string
Source
binLotCodestring
The Bin Lot Code of this Barcode Scanner Result
Type
-
string
Source
binNumberstring
A 10-Digit Bin Number made up of a Bin Lot (4-Digits) and a Unique Number (6-Digits)
Type
-
string
Source
createdTimestampDate
When this Barcode Scanner Result was Created
Type
-
Date
Source
deletedboolean
Whether the Bin Tip Barcode Scanner Result has been deleted
Type
-
boolean
Source
idstring
The Bin Tip Barcode Scanner Result ID
Type
-
string
Source
packrunIdstring
The Packrun ID associated with this Barcode Scanner Result
Type
-
string
Source
resultboolean
Whether the Bin Number was Valid and could be matched with a Current or Scheduled Packrun
Type
-
boolean
Source
resultMessagestring
An Optional Message to accompany the Result. Typically only present when the Result is false
Type
-
string
Source
scanModestring
The Mode of the Barcode Scanner when creating this Barcode Scanner Result
Type
-
string
Source
siteIdnumber
The Site ID associated with this Bin Tip Barcode Scanner Result
Type
-
number
Source
updateTimestampDate
When the Bin Tip Barcode Scanner Result was last updated
Type
-
Date
Source
Methods
fromJSON(json, siteId) → {BinTipBarcodeScannerResultModel}
Create a new BinTipBarcodeScannerResultModel from a JSON Object or JSON String
Parameters
-
json
Object.<string, any>
|string
A JSON Object or JSON String
-
siteId
number
The Site ID associated with this Bin Tip Barcode Scanner Result
Returns
-
BinTipBarcodeScannerResultModel