SourceApplication
September 24, 2019 ยท View on GitHub
Description
Provides information about the application used to generate an inventory change.
Properties
| Name | Getter | Setter | Type | Description | Notes |
|---|---|---|---|---|---|
| product | getProduct() | setProduct($value) | string | Read-only `Product` type for the application. See Product for possible values | [optional] |
| application_id | getApplicationId() | setApplicationId($value) | string | Read-only Square ID assigned to the application. Only used for `Product` type `EXTERNAL_API`. | [optional] |
| name | getName() | setName($value) | string | Read-only display name assigned to the application (e.g. `"Custom Application"`, `"Square POS 4.74 for Android"`). | [optional] |
Note: All properties are protected and only accessed via getters and setters.