Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.25 KB

POSTJournalRunType.md

File metadata and controls

12 lines (9 loc) · 1.25 KB

Zuora::POSTJournalRunType

Properties

Name Type Description Notes
accounting_period_name String Name of the accounting period. This field determines the target start and end dates of the journal run. Required if you do not include `targetStartDate` and `targetEndDate`. [optional]
journal_entry_date Date Date of the journal entry.
target_end_date Date The target end date of the journal run. If you include `accountingPeriodName`, the `targetEndDate` must be empty or the same as the end date of the accounting period specified in `accountingPeriodName`. [optional]
target_start_date Date The target start date of the journal run. Required if you include targetEndDate. If you include `accountingPeriodName`, the `targetStartDate` must be empty or the same as the start date of the accounting period specified in `accountingPeriodName`. [optional]
transaction_types Array<POSTJournalRunTransactionType> Transaction types included in the journal run. You can include one or more transaction types.