| Name | Type | Description | Notes |
|---|---|---|---|
| accounting_period_name | String | Name of the accounting period that the journal entry belongs to. | [optional] |
| aggregate_currency | BOOLEAN | Returns true if the journal entry is aggregating currencies. That is, if the journal entry was created when the `Aggregate transactions with different currencies during a Journal Run` setting was configured to `Yes`. Otherwise, returns `false`. | [optional] |
| currency | String | Currency used. | [optional] |
| custom_field__c | String | Any custom fields defined for this object. The custom field name is case-sensitive. | [optional] |
| home_currency | String | Home currency used. | [optional] |
| journal_entry_date | Date | Date of the journal entry. | [optional] |
| journal_entry_items | Array<GETJournalEntryItemType> | Key name that represents the list of journal entry items. | [optional] |
| notes | String | Additional information about this record. Character limit: 2,000 | [optional] |
| number | String | Journal entry number in the format JE-00000001. | [optional] |
| segments | Array<GETJournalEntrySegmentType> | List of segments that apply to the summary journal entry. | [optional] |
| status | String | Status of journal entry. | [optional] |
| success | BOOLEAN | Returns `true` if the request was processed successfully. | [optional] |
| time_period_end | Date | End date of time period included in the journal entry. | [optional] |
| time_period_start | Date | Start date of time period included in the journal entry. | [optional] |
| transaction_type | String | Transaction type of the transactions included in the summary journal entry. | [optional] |
| transfer_date_time | DateTime | Date and time that transferredToAccounting was changed to `Yes`. This field is returned only when transferredToAccounting is `Yes`. Otherwise, this field is `null`. | [optional] |
| transferred_by | String | User ID of the person who changed transferredToAccounting to `Yes`. This field is returned only when transferredToAccounting is `Yes`. Otherwise, this field is `null`. | [optional] |
| transferred_to_accounting | String | Status shows whether the journal entry has been transferred to an accounting system. | [optional] |