Xero · Schema

ManualJournalTotal

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Properties

Name Type Description
total number Total value of manual journals.
View JSON Schema on GitHub

JSON Schema

xero-manualjournaltotal-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ManualJournalTotal",
  "title": "ManualJournalTotal",
  "type": "object",
  "properties": {
    "total": {
      "type": "number",
      "description": "Total value of manual journals.",
      "format": "double",
      "x-is-money": true
    }
  },
  "additionalProperties": false
}