Xero · Schema

SuperannuationCalculationType

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business
View JSON Schema on GitHub

JSON Schema

xero-superannuationcalculationtype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SuperannuationCalculationType",
  "title": "SuperannuationCalculationType",
  "type": "string",
  "enum": [
    "FIXEDAMOUNT",
    "PERCENTAGEOFEARNINGS",
    "STATUTORY"
  ]
}