Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.43 KB

V1EmployeeRole.md

File metadata and controls

29 lines (21 loc) · 1.43 KB

Square.Connect.Model.V1EmployeeRole

Properties

Name Type Description Notes
Id string The role's unique ID, Can only be set by Square. [optional]
Name string The role's merchant-defined name.
Permissions List The role's permissions.
IsOwner bool? If true, employees with this role have all permissions, regardless of the values indicated in permissions. [optional]
CreatedAt string The time when the employee entity was created, in ISO 8601 format. Is set by Square when the Role is created. [optional]
UpdatedAt string The time when the employee entity was most recently updated, in ISO 8601 format. Is set by Square when the Role updated. [optional]

List

Name Value
ACCESSSALESHISTORY "REGISTER_ACCESS_SALES_HISTORY"
APPLYRESTRICTEDDISCOUNTS "REGISTER_APPLY_RESTRICTED_DISCOUNTS"
CHANGESETTINGS "REGISTER_CHANGE_SETTINGS"
EDITITEM "REGISTER_EDIT_ITEM"
ISSUEREFUNDS "REGISTER_ISSUE_REFUNDS"
OPENCASHDRAWEROUTSIDESALE "REGISTER_OPEN_CASH_DRAWER_OUTSIDE_SALE"
VIEWSUMMARYREPORTS "REGISTER_VIEW_SUMMARY_REPORTS"

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