Xero · Schema

LeaveLineCalculationType

Calculation type for leave line for Opening Balance on Employee

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business
View JSON Schema on GitHub

JSON Schema

xero-leavelinecalculationtype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LeaveLineCalculationType",
  "title": "LeaveLineCalculationType",
  "description": "Calculation type for leave line for Opening Balance on Employee",
  "type": "string",
  "enum": [
    "NOCALCULATIONREQUIRED",
    "FIXEDAMOUNTEACHPERIOD",
    "ENTERRATEINPAYTEMPLATE",
    "BASEDONORDINARYEARNINGS"
  ]
}