Constructor
new BinTipBinModel(siteId)
BinTipBinModel Constructor
Parameters
-
siteId
number
The Site ID associated with this Bin Tip Bin
Source
Members
binNumberstring
A 10-Digit Bin Number made up of a Bin Lot (4-Digits) and a Unique Number (6-Digits)
Type
-
string
Source
binNumberSourcestring
The Source of the Bin Number
Type
-
string
Source
binTipIdstring
The Bin Tip ID associated with this Bin
Type
-
string
Source
createdTimestampDate
When this Bin was Created
Type
-
Date
Source
deletedboolean
Whether the Bin Tip Bin has been deleted
Type
-
boolean
Source
emptyBinWeightIdstring
The BinTipWeight
ID as the Source for the Empty Weight of this Bin
Type
-
string
Source
emptyWeightnumber
The Empty Weight for this Bin
Type
-
number
Source
freshPackFieldBinWeightApiObject
Results from Interacting with the FreshPack API to Send Field Bin Weights
Type
-
Object
Source
fullBinWeightIdstring
The BinTipWeight
ID as the Source for the Full Weight of this Bin
Type
-
string
Source
fullWeightnumber
The Full Weight for this Bin
Type
-
number
Source
idstring
The Bin Tip Bin ID
Type
-
string
Source
packrunIdstring
The Packrun ID associated with this Bin
Type
-
string
Source
siteIdnumber
The Site ID associated with this Bin Tip Bin
Type
-
number
Source
timeBatchIdstring
The Time Batch ID associated with this Bin
Type
-
string
Source
updateTimestampDate
When the Bin Tip Bin was last updated
Type
-
Date
Source
Methods
fromJSON(json, siteId) → {BinTipBinModel}
Create a new BinTipBinModel 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 Bin
Returns
-
BinTipBinModel