Skip to content

Files

Latest commit

89ba067 · May 23, 2017

History

History
35 lines (24 loc) · 1.41 KB

V1PageCell.md

File metadata and controls

35 lines (24 loc) · 1.41 KB

Square.Connect.Model.V1PageCell

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 List The type of entity represented in the cell (ITEM, DISCOUNT, CATEGORY, or PLACEHOLDER). [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 List For a cell with an object_type of PLACEHOLDER, this value indicates the cell's special behavior. [optional]

List

Name Value
ITEM "ITEM"
DISCOUNT "DISCOUNT"
CATEGORY "CATEGORY"
PLACEHOLDER "PLACEHOLDER"

List

Name Value
ALLITEMS "ALL_ITEMS"
DISCOUNTSCATEGORY "DISCOUNTS_CATEGORY"
REWARDSFINDER "REWARDS_FINDER"

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