Xero · Schema

LineAmountTypes

Line amounts are exclusive of tax by default if you don’t specify this element. See Line Amount Types

AccountingBank FeedsFinanceFinancial-ServicesInvoicingPayrollSmall Business
View JSON Schema on GitHub

JSON Schema

xero-lineamounttypes-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LineAmountTypes",
  "title": "LineAmountTypes",
  "description": "Line amounts are exclusive of tax by default if you don\u2019t specify this element. See Line Amount Types",
  "type": "string",
  "enum": [
    "Exclusive",
    "Inclusive",
    "NoTax"
  ]
}