Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Latest commit

 

History

History
22 lines (17 loc) · 1.3 KB

File metadata and controls

22 lines (17 loc) · 1.3 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, none_type The ID of the department [optional]
location_id str, none_type The ID of the location [optional]
subsidiary_id str, none_type The ID of the subsidiary [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]
line_number int, none_type Line number of the resource [optional]

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