/home/desid573/public_html/payment/xero-2/doc/project/Model
NameSizeModeActions
Amount.md4240644editdlrm
ChargeType.md2880644editdlrm
CurrencyCode.md2900644editdlrm
Error.md4330644editdlrm
Pagination.md7380644editdlrm
Project.md24480644editdlrm
ProjectCreateOrUpdate.md6220644editdlrm
ProjectPatch.md3790644editdlrm
Projects.md4730644editdlrm
ProjectStatus.md2910644editdlrm
ProjectUser.md4960644editdlrm
ProjectUsers.md4850644editdlrm
Task.md21250644editdlrm
TaskCreateOrUpdate.md6660644editdlrm
Tasks.md4640644editdlrm
TimeEntries.md4800644editdlrm
TimeEntry.md15180644editdlrm
TimeEntryCreateOrUpdate.md8340644editdlrm
Edit: /home/desid573/public_html/payment/xero-2/doc/project/Model/TimeEntry.md (1518B)
# TimeEntry ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **time_entry_id** | **string** | Identifier of the time entry. | [optional] **user_id** | **string** | The xero user identifier of the person who logged time. | [optional] **project_id** | **string** | Identifier of the project, that the task (which the time entry is logged against) belongs to. | [optional] **task_id** | **string** | Identifier of the task that time entry is logged against. | [optional] **date_utc** | [**\DateTime**](\DateTime.md) | The date time that time entry is logged on. UTC Date Time in ISO-8601 format. | [optional] **date_entered_utc** | [**\DateTime**](\DateTime.md) | The date time that time entry is created. UTC Date Time in ISO-8601 format. By default it is set to server time. | [optional] **duration** | **int** | The duration of logged minutes. | [optional] **description** | **string** | A description of the time entry. | [optional] **status** | **string** | Status of the time entry. By default a time entry is created with status of `ACTIVE`. A `LOCKED` state indicates that the time entry is currently changing state (for example being invoiced). Updates are not allowed when in this state. It will have a status of INVOICED once it is invoiced. | [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)