Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.23 KB

PurchaseOrderLineItem.md

File metadata and controls

19 lines (14 loc) · 1.23 KB

PurchaseOrderLineItem

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.

Properties

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]

[Back to Model list] [Back to API list] [Back to README]