V1PageCell

March 13, 2019 ยท View on GitHub

squareconnect.models.v1_page_cell

Description

V1PageCell

Properties

NameTypeDescriptionNotes
page_idstrThe unique identifier of the page the cell is included on.[optional]
rowintThe row of the cell. Always an integer between 0 and 4, inclusive.[optional]
columnintThe column of the cell. Always an integer between 0 and 4, inclusive.[optional]
object_typestrThe type of entity represented in the cell (ITEM, DISCOUNT, CATEGORY, or PLACEHOLDER). See V1PageCellObjectType for possible values[optional]
object_idstrThe unique identifier of the entity represented in the cell. Not present for cells with an object_type of PLACEHOLDER.[optional]
placeholder_typestrFor a cell with an object_type of PLACEHOLDER, this value indicates the cell's special behavior. See V1PageCellPlaceholderType for possible values[optional]

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