new RecommendedArticles(id, tracking_string, name, lowestPrice, brand, images, videos)
Parameters:
Name | Type | Description |
---|---|---|
id |
String | id of article. |
tracking_string |
String | the tracking string to help with recommendations |
name |
String | name of article. |
lowestPrice |
Price | lowestPrice of article. |
brand |
Brand | brand of article. |
images |
Array.<Image> | Array of article images. |
videos |
Array.<Video> | Array of article videos. |