Xero · Schema

PayOutType

How the requested leave will be paid out, e.g. cashed out.

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business
View JSON Schema on GitHub

JSON Schema

xero-payouttype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PayOutType",
  "title": "PayOutType",
  "description": "How the requested leave will be paid out, e.g. cashed out.",
  "type": "string",
  "enum": [
    "DEFAULT",
    "CASHED_OUT"
  ]
}