Avalara · JSON Structure

Excise Excise Address Structure

ExciseAddress schema from Avalara API

Type: object Properties: 6
Taxes

ExciseAddress 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

line1 line2 city region postalCode country

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-address-structure.json",
  "description": "ExciseAddress schema from Avalara API",
  "type": "object",
  "properties": {
    "line1": {
      "type": "string"
    },
    "line2": {
      "type": "string"
    },
    "city": {
      "type": "string"
    },
    "region": {
      "type": "string",
      "description": "State or province code"
    },
    "postalCode": {
      "type": "string"
    },
    "country": {
      "type": "string",
      "description": "ISO 3166 country code"
    }
  },
  "name": "ExciseAddress"
}