Constructor
protected
new BinTipWeightModel(siteId)
BinTipWeightModel Constructor
Parameters
-
siteId
number
The Site ID associated with this Bin Tip Weight
Source
Members
nullable
binScaleIdstring
The Bin Scale ID associated with this Bin Weight
Type
-
string
Source
binTipIdstring
The Bin Tip ID associated with this Bin Weight
Type
-
string
Source
createdTimestampDate
When this Bin Weight was Created
Type
-
Date
Source
deletedboolean
Whether the Bin Tip Weight has been deleted
Type
-
boolean
Source
idstring
The Bin Tip Weight ID
Type
-
string
Source
packrunIdstring
The Packrun ID associated with this Bin Weight
Type
-
string
Source
siteIdnumber
The Site ID associated with this Bin Tip Weight
Type
-
number
Source
updateTimestampDate
When the Bin Tip Weight was last updated
Type
-
Date
Source
weightnumber
The Bin Weight
Type
-
number
Source
weightTypestring
The Bin Weight Type
Type
-
string
Source
Methods
static
fromJSON(json, siteId) → {BinTipWeightModel}
Create a new BinTipWeightModel 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 Weight
Returns
-
BinTipWeightModel