Xero · Schema

Bill

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Properties

Name Type Description
Day integer Day of Month (0-31)
Type object
View JSON Schema on GitHub

JSON Schema

xero-bill-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Bill",
  "title": "Bill",
  "externalDocs": {
    "url": "http://developer.xero.com/documentation/api/organisation/"
  },
  "properties": {
    "Day": {
      "description": "Day of Month (0-31)",
      "type": "integer"
    },
    "Type": {
      "$ref": "#/components/schemas/PaymentTermType"
    }
  },
  "type": "object"
}