Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 943 Bytes

V1EmployeeRole.md

File metadata and controls

19 lines (12 loc) · 943 Bytes

V1EmployeeRole

Description

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<String> The role's permissions. See V1EmployeeRolePermissions for possible values
isOwner Boolean 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]