Class: Article

Article

Class for Article model

new Article(id, name, color, detailUrl, brand, units, images, videos, attributes, infos, review)

Parameters:
Name Type Description
id String id of the article.
name String name of the article.
color String color of the article.
detailUrl String product detail url of the article.
brand Brand brand of the article.
units Array.<Unit> size, price and stock availability from the article.
images Array.<Image> Array of article images.
videos Array.<Video> Array of article videos.
attributes Array.<Attribute> characteristics of the article.
infos Array.<String> generic article description.
review Array.<Reviews> article reviews.