Xero · Schema

PaymentTerm

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Properties

Name Type Description
Bills object
Sales object
View JSON Schema on GitHub

JSON Schema

xero-paymentterm-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PaymentTerm",
  "title": "PaymentTerm",
  "externalDocs": {
    "url": "http://developer.xero.com/documentation/api/organisation/"
  },
  "properties": {
    "Bills": {
      "$ref": "#/components/schemas/Bill"
    },
    "Sales": {
      "$ref": "#/components/schemas/Bill"
    }
  },
  "type": "object"
}