Sha256: 26db62a01a56c93eb6c69d5e578a2ac8e5262761999b1130301a0059c29e2fe2
Contents?: true
Size: 1.06 KB
Versions: 14
Compression:
Stored size: 1.06 KB
Contents
# SquareConnect::V1PageCell ### Description V1PageCell ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **page_id** | **String** | The unique identifier of the page the cell is included on. | [optional] **row** | **Integer** | The row of the cell. Always an integer between 0 and 4, inclusive. | [optional] **column** | **Integer** | 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](#type-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](#type-v1pagecellplaceholdertype) for possible values | [optional]
Version data entries
14 entries across 14 versions & 1 rubygems