ManualJournal |
ManualJournal.addAttachmentsItem(Attachment attachmentsItem) |
Displays array of attachments from the API
|
ManualJournal |
ManualJournal.addJournalLinesItem(ManualJournalLine journalLinesItem) |
See JournalLines
|
ManualJournal |
ManualJournal.addValidationErrorsItem(ValidationError validationErrorsItem) |
Displays array of validation error messages from the API
|
ManualJournal |
ManualJournal.addWarningsItem(ValidationError warningsItem) |
Displays array of warning messages from the API
|
ManualJournal |
ManualJournal.attachments(List<Attachment> attachments) |
Displays array of attachments from the API
|
ManualJournal |
ManualJournal.date(String date) |
Date journal was posted – YYYY-MM-DD
|
ManualJournal |
ManualJournal.journalLines(List<ManualJournalLine> journalLines) |
See JournalLines
|
ManualJournal |
ManualJournal.lineAmountTypes(LineAmountTypes lineAmountTypes) |
lineAmountTypes
|
ManualJournal |
ManualJournal.manualJournalID(UUID manualJournalID) |
The Xero identifier for a Manual Journal
|
ManualJournal |
ManualJournal.narration(String narration) |
Description of journal being posted
|
ManualJournal |
ManualJournal.showOnCashBasisReports(Boolean showOnCashBasisReports) |
Boolean – default is true if not specified
|
ManualJournal |
ManualJournal.status(ManualJournal.StatusEnum status) |
See Manual Journal Status Codes
|
ManualJournal |
ManualJournal.statusAttributeString(String statusAttributeString) |
A string to indicate if a invoice status
|
ManualJournal |
ManualJournal.url(String url) |
Url link to a source document – shown as “Go to [appName]” in the Xero app
|
ManualJournal |
ManualJournal.validationErrors(List<ValidationError> validationErrors) |
Displays array of validation error messages from the API
|
ManualJournal |
ManualJournal.warnings(List<ValidationError> warnings) |
Displays array of warning messages from the API
|