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

Files

Latest commit

cc1dea6 · Nov 20, 2019

History

History
22 lines (14 loc) · 1.26 KB

V1PageCell.md

File metadata and controls

22 lines (14 loc) · 1.26 KB

Square.Connect.Model.V1PageCell

Description

V1PageCell Note: This model is deprecated.

Properties

Name Type Description Notes
PageId string 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]
ObjectType string The type of entity represented in the cell (ITEM, DISCOUNT, CATEGORY, or PLACEHOLDER). See V1PageCellObjectType for possible values [optional]
ObjectId string The unique identifier of the entity represented in the cell. Not present for cells with an object_type of PLACEHOLDER. [optional]
PlaceholderType string 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]