/home/desid573/public_html/payment/xero-2/doc/accounting/Model
Edit: /home/desid573/public_html/payment/xero-2/doc/accounting/Model/ManualJournal.md (1856B)
# ManualJournal
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**narration** | **string** | Description of journal being posted |
**journal_lines** | [**\XeroAPI\XeroPHP\Models\Accounting\ManualJournalLine[]**](ManualJournalLine.md) | See JournalLines | [optional]
**date** | **string** | Date journal was posted – YYYY-MM-DD | [optional]
**line_amount_types** | [**\XeroAPI\XeroPHP\Models\Accounting\LineAmountTypes**](LineAmountTypes.md) | | [optional]
**status** | **string** | See Manual Journal Status Codes | [optional]
**url** | **string** | Url link to a source document – shown as “Go to [appName]” in the Xero app | [optional]
**show_on_cash_basis_reports** | **bool** | Boolean – default is true if not specified | [optional]
**has_attachments** | **bool** | Boolean to indicate if a manual journal has an attachment | [optional] [default to false]
**updated_date_utc** | **string** | Last modified date UTC format | [optional]
**manual_journal_id** | **string** | The Xero identifier for a Manual Journal | [optional]
**status_attribute_string** | **string** | A string to indicate if a invoice status | [optional]
**warnings** | [**\XeroAPI\XeroPHP\Models\Accounting\ValidationError[]**](ValidationError.md) | Displays array of warning messages from the API | [optional]
**validation_errors** | [**\XeroAPI\XeroPHP\Models\Accounting\ValidationError[]**](ValidationError.md) | Displays array of validation error messages from the API | [optional]
**attachments** | [**\XeroAPI\XeroPHP\Models\Accounting\Attachment[]**](Attachment.md) | Displays array of attachments from the API | [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)