The PurchaseOrderLineItem Object ### Description The PurchaseOrderLineItem
object is used to represent a purchase order's line item. ### Usage Example Fetch from the GET PurchaseOrder
endpoint and view a company's purchase orders.
Name | Type | Description | Notes |
---|---|---|---|
description | str, none_type | The line item's description. | [optional] |
unit_price | float, none_type | The line item's unit price. | [optional] |
quantity | float, none_type | The line item's quantity. | [optional] |
item | str, none_type | [optional] | |
account | str, none_type | The purchase order line item's account. | [optional] |
tracking_category | str, none_type | The purchase order line item's associated tracking category. | [optional] |
tax_amount | str, none_type | The purchase order line item's tax amount. | [optional] |
total_line_amount | str, none_type | The purchase order line item's total amount. | [optional] |