Xero · Schema

PayRunCalendars

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Properties

Name Type Description
pagination object
problem object
payRunCalendars array
View JSON Schema on GitHub

JSON Schema

xero-payruncalendars-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PayRunCalendars",
  "title": "PayRunCalendars",
  "type": "object",
  "properties": {
    "pagination": {
      "$ref": "#/components/schemas/Pagination"
    },
    "problem": {
      "$ref": "#/components/schemas/Problem"
    },
    "payRunCalendars": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/PayRunCalendar"
      }
    }
  }
}