/home/desid573/public_html/payment/xero-2/doc/project/Model
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)