/home/desid573/public_html/angel/payment/xero/docs/Model
Edit: /home/desid573/public_html/angel/payment/xero/docs/Model/Journal.md (1052B)
# Journal
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**journal_id** | **string** | Xero identifier | [optional]
**journal_date** | [**\DateTime**](\DateTime.md) | Date the journal was posted | [optional]
**journal_number** | **string** | Xero generated journal number | [optional]
**created_date_utc** | [**\DateTime**](\DateTime.md) | Created date UTC format | [optional]
**reference** | **string** | reference field for additional indetifying information | [optional]
**source_id** | **string** | The identifier for the source transaction (e.g. InvoiceID) | [optional]
**source_type** | **string** | The journal source type. The type of transaction that created the journal | [optional]
**journal_lines** | [**\XeroAPI\XeroPHP\Models\Accounting\JournalLine[]**](JournalLine.md) | See JournalLines | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)