Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 949 Bytes

V1Page.md

File metadata and controls

14 lines (10 loc) · 949 Bytes

V1Page

Properties

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.

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