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

Latest commit

 

History

History
20 lines (14 loc) · 1.1 KB

File metadata and controls

20 lines (14 loc) · 1.1 KB

V1EmployeeRole

squareconnect.models.v1_employee_role

Description

V1EmployeeRole

Properties

Name Type Description Notes
id str The role's unique ID, Can only be set by Square. [optional]
name str The role's merchant-defined name.
permissions list[str] The role's permissions. See V1EmployeeRolePermissions for possible values
is_owner bool If true, employees with this role have all permissions, regardless of the values indicated in permissions. [optional]
created_at str The time when the employee entity was created, in ISO 8601 format. Is set by Square when the Role is created. [optional]
updated_at str The time when the employee entity was most recently updated, in ISO 8601 format. Is set by Square when the Role updated. [optional]

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