Represents information about the application used to generate a change.
SourceApplication
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" ). |
{
"product": null,
"application_id": null,
"name": null
}