Avalara · JSON Structure

Avatax Brazil Brazil Tax Detail Structure

BrazilTaxDetail schema from Avalara API

Type: object Properties: 6
Taxes

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

Properties

taxType taxBase taxRate taxAmount exemptAmount cstCode

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/avatax-brazil-brazil-tax-detail-structure.json",
  "description": "BrazilTaxDetail schema from Avalara API",
  "type": "object",
  "properties": {
    "taxType": {
      "type": "string",
      "enum": [
        "ICMS",
        "ICMS_ST",
        "IPI",
        "PIS",
        "COFINS",
        "ISS",
        "CSLL",
        "IRRF",
        "INSS",
        "IOF"
      ],
      "description": "Brazilian tax type"
    },
    "taxBase": {
      "type": "double"
    },
    "taxRate": {
      "type": "double"
    },
    "taxAmount": {
      "type": "double"
    },
    "exemptAmount": {
      "type": "double"
    },
    "cstCode": {
      "type": "string"
    }
  },
  "name": "BrazilTaxDetail"
}