Xero · Schema

AccountsReceivable

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Properties

Name Type Description
Outstanding number
Overdue number
View JSON Schema on GitHub

JSON Schema

xero-accountsreceivable-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AccountsReceivable",
  "title": "AccountsReceivable",
  "type": "object",
  "properties": {
    "Outstanding": {
      "type": "number",
      "format": "double",
      "x-is-money": true
    },
    "Overdue": {
      "type": "number",
      "format": "double",
      "x-is-money": true
    }
  }
}