V1EmployeeRole
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. See V1EmployeeRolePermissions for possible values | |
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] |