Xero · Schema

PayRunCalendarObject

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Properties

Name Type Description
pagination object
problem object
payRunCalendar object
View JSON Schema on GitHub

JSON Schema

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