Name | Getter | Setter | Type | Description | Notes |
---|---|---|---|---|---|
id | getId() | setId($value) | string | The page's unique identifier. | [optional] |
name | getName() | setName($value) | string | The page's name, if any. | [optional] |
page_index | getPageIndex() | setPageIndex($value) | int | The page's position in the merchant's list of pages. Always an integer between 0 and 6, inclusive. | [optional] |
cells | getCells() | setCells($value) | \SquareConnect\Model\V1PageCell[] | The cells included on the page. | [optional] |
Note: All properties are protected and only accessed via getters and setters.