Constructor
new CompacSizerOutletProductChangeModel(siteId)
CompacSizerOutletProductChangeModel Constructor
Parameters
-
siteId
number
The Site ID associated with this Compac Sizer Outlet Product Change
Source
Members
compacSizerIdstring
The Compac Sizer ID this Outlet Change is associated with
Type
-
string
Source
createdTimestampDate
When this Outlet Change occurred
Type
-
Date
Source
deletedboolean
Whether the Compac Sizer Outlet Product Change has been deleted
Type
-
boolean
Source
idstring
The Compac Sizer Outlet Product Change ID
Type
-
string
Source
newProductIdstring
The ID of the New Product that is now active on the Outlet
Type
-
string
Source
newProductNamestring
The Name of the New Product that is now active on the Outlet
Type
-
string
Source
outletNumberstring
The Sizer Outlet Number this Outlet Change is associated with
Type
-
string
Source
previousProductIdstring
The ID of the Previous Product that was active on the Outlet
Type
-
string
Source
previousProductNamestring
The Name of the Previous Product that was active on the Outlet
Type
-
string
Source
siteIdnumber
The Site ID associated with this Compac Sizer Outlet Product Change
Type
-
number
Source
updateTimestampDate
When the Compac Sizer Outlet Product Change was last updated
Type
-
Date
Source
Methods
fromJSON(json, siteId) → {CompacSizerOutletProductChangeModel}
Create a new CompacSizerOutletProductChangeModel 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 Compac Sizer Outlet Product Change
Returns
-
CompacSizerOutletProductChangeModel