Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 1.22 KB

File metadata and controls

20 lines (14 loc) · 1.22 KB

V1PageCell

squareconnect.models.v1_page_cell

Description

V1PageCell

Properties

Name Type Description Notes
page_id str The unique identifier of the page the cell is included on. [optional]
row int The row of the cell. Always an integer between 0 and 4, inclusive. [optional]
column int The column of the cell. Always an integer between 0 and 4, inclusive. [optional]
object_type str The type of entity represented in the cell (ITEM, DISCOUNT, CATEGORY, or PLACEHOLDER). See V1PageCellObjectType for possible values [optional]
object_id str The unique identifier of the entity represented in the cell. Not present for cells with an object_type of PLACEHOLDER. [optional]
placeholder_type str For 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]