Square.Connect.Model.Employee
November 20, 2019 ยท View on GitHub
Description
An employee object that is used by the external API.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | string | UUID for this object. | [optional] |
| FirstName | string | The employee's first name. | [optional] |
| LastName | string | The employee's last name. | [optional] |
| string | The employee's email address | [optional] | |
| PhoneNumber | string | The employee's phone number in E.164 format, i.e. "+12125554250" | [optional] |
| LocationIds | List | A list of location IDs where this employee has access to. | [optional] |
| Status | string | Specifies the status of the employees being fetched. See EmployeeStatus for possible values | [optional] |
| CreatedAt | string | A read-only timestamp in RFC 3339 format. | [optional] |
| UpdatedAt | string | A read-only timestamp in RFC 3339 format. | [optional] |