Avalara · JSON Structure

Excise Excise Tax Detail Structure

ExciseTaxDetail schema from Avalara API

Type: object Properties: 7
Taxes

ExciseTaxDetail is a JSON Structure definition published by Avalara, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

taxType jurisdiction taxRate taxAmount taxableAmount exemptAmount rateType

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/avalara/refs/heads/main/json-structure/excise-excise-tax-detail-structure.json",
  "description": "ExciseTaxDetail schema from Avalara API",
  "type": "object",
  "properties": {
    "taxType": {
      "type": "string",
      "description": "Type of excise tax"
    },
    "jurisdiction": {
      "type": "string",
      "description": "Taxing jurisdiction"
    },
    "taxRate": {
      "type": "double"
    },
    "taxAmount": {
      "type": "double"
    },
    "taxableAmount": {
      "type": "double"
    },
    "exemptAmount": {
      "type": "double"
    },
    "rateType": {
      "type": "string",
      "enum": [
        "PerUnit",
        "Percentage"
      ]
    }
  },
  "name": "ExciseTaxDetail"
}