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

Latest commit

 

History

History
18 lines (13 loc) · 1.1 KB

V1PageCell.md

File metadata and controls

18 lines (13 loc) · 1.1 KB

SquareConnect.V1PageCell

Description

Note: This model is deprecated.

V1PageCell

Properties

Name Type Description Notes
page_id String The unique identifier of the page the cell is included on. [optional]
row Number The row of the cell. Always an integer between 0 and 4, inclusive. [optional]
column Number The column of the cell. Always an integer between 0 and 4, inclusive. [optional]
object_type String The type of entity represented in the cell (ITEM, DISCOUNT, CATEGORY, or PLACEHOLDER). See V1PageCellObjectType for possible values [optional]
object_id String The unique identifier of the entity represented in the cell. Not present for cells with an object_type of PLACEHOLDER. [optional]
placeholder_type String For a cell with an object_type of PLACEHOLDER, this value indicates the cell's special behavior. See V1PageCellPlaceholderType for possible values [optional]