Avalara · JSON Structure

Avatax Rest Transaction Summary Structure

TransactionSummary schema from Avalara API

Type: object Properties: 10
Taxes

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

Properties

country region jurisType jurisCode jurisName taxType rate tax taxable exempt

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-rest-transaction-summary-structure.json",
  "description": "TransactionSummary schema from Avalara API",
  "type": "object",
  "properties": {
    "country": {
      "type": "string"
    },
    "region": {
      "type": "string"
    },
    "jurisType": {
      "type": "string"
    },
    "jurisCode": {
      "type": "string"
    },
    "jurisName": {
      "type": "string"
    },
    "taxType": {
      "type": "string"
    },
    "rate": {
      "type": "double"
    },
    "tax": {
      "type": "double"
    },
    "taxable": {
      "type": "double"
    },
    "exempt": {
      "type": "double"
    }
  },
  "name": "TransactionSummary"
}