# SourceApplication
### 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-product) type for the application. See [Product](#type-product) for possible values | [optional]
**application_id** | getApplicationId() | setApplicationId($value) | **string** | Read-only Square ID assigned to the application. Only used for [Product](#type-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.
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)