Xero · Schema

QuoteLineAmountTypes

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-quotelineamounttypes-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/QuoteLineAmountTypes",
  "title": "QuoteLineAmountTypes",
  "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"
  ]
}