Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.13 KB

V1EmployeeRole.md

File metadata and controls

14 lines (11 loc) · 1.13 KB

V1EmployeeRole

Properties

Name Type Description Notes
Id string The role's unique ID, Can only be set by Square. [optional] [default to null]
Name string The role's merchant-defined name. [default to null]
Permissions []string The role's permissions. See V1EmployeeRolePermissions for possible values [default to null]
IsOwner bool If true, employees with this role have all permissions, regardless of the values indicated in permissions. [optional] [default to null]
CreatedAt string The time when the employee entity was created, in ISO 8601 format. Is set by Square when the Role is created. [optional] [default to null]
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] [default to null]

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