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.
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] |