Apideck · Schema

Taxable

Whether the entity is subject to taxation

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-taxable-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Taxable",
  "title": "Taxable",
  "type": "boolean",
  "description": "Whether the entity is subject to taxation",
  "example": true,
  "nullable": true
}