Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
37 lines (19 loc) · 1.04 KB

SourceApplication.md

File metadata and controls

37 lines (19 loc) · 1.04 KB

SquareConnect.SourceApplication

Properties

Name Type Description Notes
product String Read-only Product type for the application. [optional]
application_id String Read-only Square ID assigned to the application. Only used for Product type `EXTERNAL_API`. [optional]
name String Read-only display name assigned to the application (e.g. `"Custom Application"`, `"Square POS 4.74 for Android"`). [optional]

Enum: ProductEnum

  • SQUARE_POS (value: "SQUARE_POS")

  • EXTERNAL_API (value: "EXTERNAL_API")

  • BILLING (value: "BILLING")

  • APPOINTMENTS (value: "APPOINTMENTS")

  • INVOICES (value: "INVOICES")

  • ONLINE_STORE (value: "ONLINE_STORE")

  • PAYROLL (value: "PAYROLL")

  • DASHBOARD (value: "DASHBOARD")

  • ITEM_LIBRARY_IMPORT (value: "ITEM_LIBRARY_IMPORT")

  • OTHER (value: "OTHER")