Skip to content

Files

Latest commit

 

History

History
18 lines (12 loc) · 717 Bytes

V1Page.md

File metadata and controls

18 lines (12 loc) · 717 Bytes

V1Page

squareconnect.models.v1_page

Description

V1Page

Properties

Name Type Description Notes
id str The page's unique identifier. [optional]
name str The page's name, if any. [optional]
page_index 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]