V1Page

November 20, 2019 ยท View on GitHub

Description

V1Page Note: This model is deprecated.

Properties

NameGetterSetterTypeDescriptionNotes
idgetId()setId($value)stringThe page's unique identifier.[optional]
namegetName()setName($value)stringThe page's name, if any.[optional]
page_indexgetPageIndex()setPageIndex($value)intThe page's position in the merchant's list of pages. Always an integer between 0 and 6, inclusive.[optional]
cellsgetCells()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]