Avalara · JSON Structure

Avatax Brazil Calculation Result Line Structure

CalculationResultLine schema from Avalara API

Type: object Properties: 3
Taxes

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

Properties

lineCode taxes totalTax

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-calculation-result-line-structure.json",
  "description": "CalculationResultLine schema from Avalara API",
  "type": "object",
  "properties": {
    "lineCode": {
      "type": "string"
    },
    "taxes": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/BrazilTaxDetail"
      }
    },
    "totalTax": {
      "type": "double"
    }
  },
  "name": "CalculationResultLine"
}