Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.18 KB

ExpenseLineItem.md

File metadata and controls

20 lines (15 loc) · 1.18 KB

ExpenseLineItem

Properties

Name Type Description Notes
total_amount float, none_type The total amount of the expense line item.
id str A unique identifier for an object. [optional] [readonly]
tracking_categories LinkedTrackingCategories [optional]
account_id str The unique identifier for the ledger account. [optional]
customer_id str The ID of the customer this expense item is linked to. [optional]
department_id str The ID of the department this expense item is linked to. [optional]
location_id str The ID of the location this expense item is linked to. [optional]
tax_rate LinkedTaxRate [optional]
description str, none_type The expense line item description [optional]
billable bool Boolean that indicates if the line item is billable or not. [optional]

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