Xero · Schema

PayItems

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Properties

Name Type Description
PayItems object
View JSON Schema on GitHub

JSON Schema

xero-payitems-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PayItems",
  "title": "PayItems",
  "type": "object",
  "x-objectArrayKey": "pay_items",
  "properties": {
    "PayItems": {
      "$ref": "#/components/schemas/PayItem"
    }
  }
}