Name | Type | Description | Notes |
---|---|---|---|
Narration | string | Description of journal being posted | |
JournalLines | []ManualJournalLine | See JournalLines | [optional] |
Date | string | Date journal was posted – YYYY-MM-DD | [optional] |
LineAmountTypes | LineAmountTypes | [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] |
ShowOnCashBasisReports | bool | Boolean – default is true if not specified | [optional] |
HasAttachments | bool | Boolean to indicate if a manual journal has an attachment | [optional] [readonly] [default to false] |
UpdatedDateUTC | time.Time | Last modified date UTC format | [optional] [readonly] |
ManualJournalID | string | The Xero identifier for a Manual Journal | [optional] |
StatusAttributeString | string | A string to indicate if a invoice status | [optional] |
Warnings | []ValidationError | Displays array of warning messages from the API | [optional] |
ValidationErrors | []ValidationError | Displays array of validation error messages from the API | [optional] |
Attachments | []Attachment | Displays array of attachments from the API | [optional] |
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.