Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 830 Bytes

source-application.md

File metadata and controls

27 lines (18 loc) · 830 Bytes

Source Application

Represents information about the application used to generate a change.

Structure

SourceApplication

Fields

Name Type Tags Description
product string | undefined Optional Indicates the Square product used to generate a change.
applicationId string | undefined Optional Read only The Square-assigned ID of the application. This field is used only if the
product type is EXTERNAL_API.
name string | undefined Optional Read only The display name of the application
(for example, "Custom Application" or "Square POS 4.74 for Android").

Example (as JSON)

{
  "product": null,
  "application_id": null,
  "name": null
}