Xero · Schema

SuperFundType

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business
View JSON Schema on GitHub

JSON Schema

xero-superfundtype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SuperFundType",
  "title": "SuperFundType",
  "type": "string",
  "enum": [
    "REGULATED",
    "SMSF"
  ]
}