Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 759 Bytes

File metadata and controls

13 lines (10 loc) · 759 Bytes

Flipdish.Model.LocationAreaWithLocations

Properties

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]

[Back to Model list] [Back to API list] [Back to README]