%PDF- %GIF98; %PNG;
Server : ApacheSystem : Linux host.digitalbabaji.in 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64 User : addictionfreeind ( 1003) PHP Version : 7.2.34 Disable Function : exec,passthru,shell_exec,system Directory : /home/addictionfreeind/www/admin1/vendor/square/square/doc/models/ |
Upload File : |
# Source Application
Provides information about the application used to generate a change.
## Structure
`SourceApplication`
## Fields
| Name | Type | Tags | Description | Getter | Setter |
| --- | --- | --- | --- | --- | --- |
| `product` | [`?string (Product)`](/doc/models/product.md) | Optional | Indicates the Square product used to generate an inventory change. | getProduct(): ?string | setProduct(?string product): void |
| `applicationId` | `?string` | Optional | Read-only Square ID assigned to the application. Only used for<br>[Product](/doc/models/product.md) type `EXTERNAL_API`. | getApplicationId(): ?string | setApplicationId(?string applicationId): void |
| `name` | `?string` | Optional | Read-only display name assigned to the application<br>(e.g. `"Custom Application"`, `"Square POS 4.74 for Android"`). | getName(): ?string | setName(?string name): void |
## Example (as JSON)
```json
{
"product": "SQUARE_POS",
"application_id": "application_id4",
"name": "name0"
}
```