V1PageCell

November 20, 2019 ยท View on GitHub

Description

V1PageCell Note: This model is deprecated.

Properties

NameGetterSetterTypeDescriptionNotes
page_idgetPageId()setPageId($value)stringThe unique identifier of the page the cell is included on.[optional]
rowgetRow()setRow($value)intThe row of the cell. Always an integer between 0 and 4, inclusive.[optional]
columngetColumn()setColumn($value)intThe column of the cell. Always an integer between 0 and 4, inclusive.[optional]
object_typegetObjectType()setObjectType($value)stringThe type of entity represented in the cell (ITEM, DISCOUNT, CATEGORY, or PLACEHOLDER). See V1PageCellObjectType for possible values[optional]
object_idgetObjectId()setObjectId($value)stringThe unique identifier of the entity represented in the cell. Not present for cells with an object_type of PLACEHOLDER.[optional]
placeholder_typegetPlaceholderType()setPlaceholderType($value)stringFor a cell with an object_type of PLACEHOLDER, this value indicates the cell's special behavior. See V1PageCellPlaceholderType for possible values[optional]

Note: All properties are protected and only accessed via getters and setters.

[Back to Model list] [Back to API list] [Back to README]