Xero · Schema

EmployeePayTemplateObject

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Properties

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

JSON Schema

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