| Name | Type | Description | Notes |
|---|---|---|---|
| id | str, none_type | A unique identifier for an object. | [optional] |
| row_id | str | Row ID | [optional] |
| code | str, none_type | User defined item code | [optional] |
| line_number | int, none_type | Line number of the resource | [optional] |
| description | str, none_type | User defined description | [optional] |
| type | str, none_type | Item type | [optional] |
| tax_amount | float, none_type | Tax amount | [optional] |
| total_amount | float, none_type | Total amount of the line item | [optional] |
| quantity | float, none_type | [optional] | |
| unit_price | float, none_type | [optional] | |
| unit_of_measure | str, none_type | Description of the unit type the item is sold as, ie: kg, hour. | [optional] |
| discount_percentage | float, none_type | Discount percentage applied to the line item when supported downstream. | [optional] |
| discount_amount | float, none_type | Discount amount applied to the line item when supported downstream. | [optional] |
| location_id | str, none_type | The ID of the location | [optional] |
| department_id | str, none_type | The ID of the department | [optional] |
| item | LinkedInvoiceItem | [optional] | |
| tax_rate | LinkedTaxRate | [optional] | |
| tracking_categories | LinkedTrackingCategories | [optional] | |
| ledger_account | LinkedLedgerAccount | [optional] | |
| custom_fields | [CustomField] | [optional] | |
| row_version | str, none_type | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | [optional] |
| updated_by | str, none_type | The user who last updated the object. | [optional] [readonly] |
| created_by | str, none_type | The user who created the object. | [optional] [readonly] |
| created_at | datetime, none_type | The date and time when the object was created. | [optional] [readonly] |
| updated_at | datetime, none_type | The date and time when the object was last updated. | [optional] [readonly] |
This repository was archived by the owner on Jun 2, 2025. It is now read-only.