/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/Task.md (2125B)
# Task ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **task_id** | **string** | Identifier of the task. | [optional] **name** | **string** | Name of the task. | [optional] **rate** | [**\XeroAPI\XeroPHP\Models\Project\Amount**](Amount.md) | | [optional] **charge_type** | [**\XeroAPI\XeroPHP\Models\Project\ChargeType**](ChargeType.md) | | [optional] **estimate_minutes** | **double** | An estimated time to perform the task | [optional] **project_id** | **string** | Identifier of the project task belongs to. | [optional] **total_minutes** | **double** | Total minutes which have been logged against the task. Logged by assigning a time entry to a task | [optional] **total_amount** | [**\XeroAPI\XeroPHP\Models\Project\Amount**](Amount.md) | | [optional] **minutes_invoiced** | **double** | Minutes on this task which have been invoiced. | [optional] **minutes_to_be_invoiced** | **double** | Minutes on this task which have not been invoiced. | [optional] **fixed_minutes** | **double** | Minutes logged against this task if its charge type is `FIXED`. | [optional] **non_chargeable_minutes** | **double** | Minutes logged against this task if its charge type is `NON_CHARGEABLE`. | [optional] **amount_to_be_invoiced** | [**\XeroAPI\XeroPHP\Models\Project\Amount**](Amount.md) | | [optional] **amount_invoiced** | [**\XeroAPI\XeroPHP\Models\Project\Amount**](Amount.md) | | [optional] **status** | **string** | Status of the task. When a task of ChargeType is `FIXED` and the rate amount is invoiced the status will be set to `INVOICED` and can't be modified. A task with ChargeType of `TIME` or `NON_CHARGEABLE` cannot have a status of `INVOICED`. A `LOCKED` state indicates that the task is currently changing state (for example being invoiced) and can't be modified. | [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)