Constructor
new FreshPackFruitTemperatureModel(siteId)
FreshPackFruitTemperatureModel Constructor
Parameters
-
siteId
number
The Site ID associated with this FreshPack Fruit Temperature
Source
Members
binTipIdstring
The Bin Tip ID this Fruit Temperature is associated with
Type
-
string
Source
createdTimestampDate
When this Fruit Temperature was Created
Type
-
Date
Source
deletedboolean
Whether the FreshPack Fruit Temperature has been deleted
Type
-
boolean
Source
freshPackBinLotIdstring
The Fresh Pack Bin Lot ID this Fruit Temperature is associated with
Type
-
string
Source
freshPackFruitTemperatureApiObject
Result from Interacting with the FreshPack API to Send this Fruit Temperature
Type
-
Object
Source
idstring
The FreshPack Fruit Temperature ID
Type
-
string
Source
packrunIdstring
The Packrun ID associated with this Fruit Temperature
Type
-
string
Source
siteIdnumber
The Site ID associated with this FreshPack Fruit Temperature
Type
-
number
Source
temperaturenumber
The Temperature of the Fruit
Type
-
number
Source
updateTimestampDate
When the FreshPack Fruit Temperature was last updated
Type
-
Date
Source
Methods
fromJSON(json, siteId) → {FreshPackFruitTemperatureModel}
Create a new FreshPackFruitTemperatureModel 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 FreshPack Fruit Temperature
Returns
-
FreshPackFruitTemperatureModel