Xero · Schema

OnlineInvoice

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Properties

Name Type Description
OnlineInvoiceUrl string the URL to an online invoice
View JSON Schema on GitHub

JSON Schema

xero-onlineinvoice-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OnlineInvoice",
  "title": "OnlineInvoice",
  "externalDocs": {
    "url": "http://developer.xero.com/documentation/api/invoices/"
  },
  "properties": {
    "OnlineInvoiceUrl": {
      "description": "the URL to an online invoice",
      "type": "string"
    }
  },
  "type": "object"
}