Xero · Schema

TaxCode

Tax codes used for employee tax

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business
View JSON Schema on GitHub

JSON Schema

xero-taxcode-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TaxCode",
  "title": "TaxCode",
  "description": "Tax codes used for employee tax",
  "type": "string",
  "enum": [
    "ND",
    "M",
    "ME",
    "MSL",
    "MESL",
    "SB",
    "S",
    "SH",
    "ST",
    "SBSL",
    "SSL",
    "SHSL",
    "STSL",
    "WT",
    "CAE",
    "EDW",
    "NSW",
    "STC",
    "STCSL"
  ]
}