Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 695 Bytes

V1Page.md

File metadata and controls

14 lines (9 loc) · 695 Bytes

Square.Connect.Model.V1Page

Properties

Name Type Description Notes
Id string The page's unique identifier. [optional]
Name string The page's name, if any. [optional]
PageIndex int? The page's position in the merchant's list of pages. Always an integer between 0 and 6, inclusive. [optional]
Cells List<V1PageCell> The cells included on the page. [optional]

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