Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 607 Bytes

v1-page.md

File metadata and controls

28 lines (20 loc) · 607 Bytes

V1 Page

V1Page

Structure

V1Page

Fields

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

Example (as JSON)

{
  "id": null,
  "name": null,
  "page_index": null,
  "cells": null
}