Apideck · Schema

Tax Code

Applicable tax id/code override if tax is not supplied on a line item basis.

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-taxcode-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TaxCode",
  "title": "Tax Code",
  "type": "string",
  "description": "Applicable tax id/code override if tax is not supplied on a line item basis.",
  "example": "1234",
  "nullable": true
}