Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 937 Bytes

JournalLineRequest.md

File metadata and controls

17 lines (12 loc) · 937 Bytes

JournalLineRequest

The JournalLine Object ### Description The JournalLine object is used to represent a journal entry's line items. ### Usage Example Fetch from the GET JournalEntry endpoint and view the journal entry's line items.

Properties

Name Type Description Notes
remote_id str, none_type The third-party API ID of the matching object. [optional]
account str, none_type [optional]
net_amount float, none_type The line's net amount. [optional]
tracking_category str, none_type [optional]
contact str, none_type [optional]
description str, none_type The line's description. [optional]

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