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