Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.28 KB

GETJournalRunType.md

File metadata and controls

20 lines (16 loc) · 1.28 KB

GETJournalRunType

Properties

Name Type Description Notes
aggregate_currency bool [optional]
executed_on datetime Date and time the journal run was executed. [optional]
journal_entry_date date Date of the journal entry. [optional]
number str Journal run number. [optional]
segmentation_rule_name str Name of GL segmentation rule used in the journal run. [optional]
status str Status of the journal run. [optional]
success bool Returns `true` if the request was processed successfully. [optional]
target_end_date date The target end date of the journal run. [optional]
target_start_date date The target start date of the journal run. [optional]
total_journal_entry_count int Total number of journal entries in the journal run. [optional]
transaction_types list[GETJournalRunTransactionType] Transaction types included in the journal run. [optional]

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