InvoiceTransactionLineItem
Name | Description | Type | Additional information |
---|---|---|---|
Id | The Id/Key of the line item. | integer |
None. |
Description | Description of the line item. | string |
None. |
AccountId | The associated account id of the line item. | integer |
None. |
TaxCode | The tax code associated with this line item. | string |
None. |
TotalAmount | Total amount of this line item. | decimal number |
None. |
Quantity | Quantity of items for this line item. | decimal number |
None. |
UnitPrice | Unit price of the item. | decimal number |
None. |
PercentageDiscount | Percentage discount to apply to this line item. | decimal number |
None. |
InventoryId | The Id of the inventory item for this line item. | integer |
None. |
ItemCode | The Inventory Item code for this line item. Not required when inserting a line item. | string |
None. |
Tags | List of tags associated with this line item. | Collection of string |
None. |
Attributes | List of attributes associated with this line item. Only supported for legacy users. This feature is no longer available for new files and will soon be removed. | Collection of ItemAttribute |
None. |
_links | Hypermedia links. Contains contextual links to possible next actions related to this resource. Only present in responses. This data is not to be sent to the server. | Collection of Link |
None. |