/home/desid573/public_html/payment/xero-2/doc/accounting/Model
Edit: /home/desid573/public_html/payment/xero-2/doc/accounting/Model/Employee.md (1127B)
# Employee
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**employee_id** | **string** | The Xero identifier for an employee e.g. 297c2dc5-cc47-4afd-8ec8-74990b8761e9 | [optional]
**status** | **string** | Current status of an employee – see contact status types | [optional]
**first_name** | **string** | First name of an employee (max length = 255) | [optional]
**last_name** | **string** | Last name of an employee (max length = 255) | [optional]
**external_link** | [**\XeroAPI\XeroPHP\Models\Accounting\ExternalLink**](ExternalLink.md) | | [optional]
**updated_date_utc** | **string** | | [optional]
**status_attribute_string** | **string** | A string to indicate if a invoice status | [optional]
**validation_errors** | [**\XeroAPI\XeroPHP\Models\Accounting\ValidationError[]**](ValidationError.md) | Displays array of validation error messages from the API | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)