| Field | Type | Required | Description | Example |
|---|---|---|---|---|
currency_code |
T.nilable(Models::Shared::CurrencyCode) | ➖ | Currency code for the journal and all lines | |
exchange_rate |
T.nilable(::Float) | ➖ | Exchange rate to company base currency to apply to all lines | 1 |
lines |
T::Array<Models::Shared::CreateJournalLine> | ➖ | List of journal lines | |
memo |
T.nilable(::String) | ➖ | Memo or description for the journal | Monthly closing entries |
reference |
T.nilable(::String) | ➖ | Reference number for the journal | JRN-2024-001 |
transaction_date |
Date | ➖ | Date of the journal transaction | 2024-03-20T10:00:00Z |