Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.07 KB

JournalEntryRequest.md

File metadata and controls

17 lines (12 loc) · 1.07 KB

JournalEntryRequest

The JournalEntry Object ### Description The JournalEntry object is used to represent a company's journey entries. ### Usage Example Fetch from the GET JournalEntry endpoint and view a company's journey entry.

Properties

Name Type Description Notes
remote_id str, none_type The third-party API ID of the matching object. [optional]
transaction_date datetime, none_type The journal entry's transaction date. [optional]
remote_created_at datetime, none_type When the third party's journal entry was created. [optional]
payments [str, none_type] Array of `Payment` object IDs. [optional]
memo str, none_type The journal entry's private note. [optional]
currency object, none_type The journal's currency. [optional]

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