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

Latest commit

 

History

History
25 lines (20 loc) · 1.58 KB

File metadata and controls

25 lines (20 loc) · 1.58 KB

JournalEntryLineItem

Properties

Name Type Description Notes
type str Debit entries are considered positive, and credit entries are considered negative.
ledger_account LinkedLedgerAccount
id str A unique identifier for an object. [optional] [readonly]
description str, none_type User defined description [optional]
tax_amount float, none_type Tax amount [optional]
sub_total float, none_type Sub-total amount, normally before tax. [optional]
total_amount float, none_type Debit entries are considered positive, and credit entries are considered negative. [optional]
tax_rate LinkedTaxRate [optional]
tracking_category DeprecatedLinkedTrackingCategory [optional]
tracking_categories LinkedTrackingCategories [optional]
customer LinkedCustomer [optional]
supplier LinkedSupplier [optional]
department_id str, none_type The ID of the department [optional]
location_id str, none_type The ID of the location [optional]
line_number int, none_type Line number of the resource [optional]

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