| Name | Type | Description | Notes |
|---|---|---|---|
| LocationAreaId | int? | Id of the LocationArea | |
| StoreId | int? | Id of the Store that this LocationArea belongs to | |
| LocationAreaName | string | Descriptive LocationArea name | |
| Locations | List<LocationAreaLocation> | List of Locations that belongs to this Location Area | [optional] |
| IsDeleted | bool? | Returns if the LocationArea is deleted or not | [optional] |