Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 756 Bytes

File metadata and controls

12 lines (9 loc) · 756 Bytes

Flipdish.Model.TeammateBase

Properties

Name Type Description Notes
AppAccessLevel string App access level [optional]
HasAccessToAllStores bool? The user has access to all stores for the app (including new stores that added later) [optional]
StoreIds List<int?> Store IDs the user has access to (if HasAccessToAllStores is false) [optional]
PropertyIds List<string> Property Ids the user has access to (if HasAccessToAllStores is false) [optional]

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