Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

Latest commit

 

History

History
24 lines (19 loc) · 1.67 KB

ManualJournal.md

File metadata and controls

24 lines (19 loc) · 1.67 KB

ManualJournal

Properties

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]

[Back to Model list] [Back to API list] [Back to README]