EstimatesLineItems
Estimate lines are used to determine the amount of an estimate.
Columns
| Name | Type | Description |
| LineId | String | Line Id unique to this estimate. |
| EstimateId | Integer | Id of the line's estimate. |
| CompoundedTax | String | |
| Description | String | Description for the estimate line item. |
| Amount | Decimal | Amount of estimate line item account, to two decimal places. |
| Code | String | Three-letter currency code. |
| Name | String | Name for the estimate line item. |
| Quantity | String | Quantity of the estimate line item, to be multiplied against unit cost. |
| UnitCostAmount | Decimal | Unit cost of the line item. |
| UnitCostCode | String | Three-letter currency code. |
| TaxName1 | String | Name for the first tax on the estimate line. |
| TaxAmount1 | Decimal | First tax amount, in percentage. (up to three decimal places) |
| TaxNumber1 | String | |
| TaxName2 | String | Name for the second tax on the estimate line. |
| TaxAmount2 | Decimal | Second tax amount, in percentage. (up to three decimal places) |
| TaxNumber2 | String |