Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.44 KB

Employee.md

File metadata and controls

18 lines (15 loc) · 1.44 KB

Employee

Properties

Name Type Description Notes
Id string UUID for this object. [optional] [default to null]
FirstName string The employee's first name. [optional] [default to null]
LastName string The employee's last name. [optional] [default to null]
Email string The employee's email address [optional] [default to null]
PhoneNumber string The employee's phone number in E.164 format, i.e. "+12125554250" [optional] [default to null]
LocationIds []string A list of location IDs where this employee has access to. [optional] [default to null]
Status string Specifies the status of the employees being fetched. See EmployeeStatus for possible values [optional] [default to null]
IsOwner bool Whether this employee is the owner of the merchant. Each merchant has one owner employee, and that employee has full authority over the account. [optional] [default to null]
CreatedAt string A read-only timestamp in RFC 3339 format. [optional] [default to null]
UpdatedAt string A read-only timestamp in RFC 3339 format. [optional] [default to null]

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