Avalara · JSON Structure

Communications Line Item Result Structure

LineItemResult schema from Avalara API

Type: object Properties: 2
Taxes

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

Properties

ref txs

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/communications-line-item-result-structure.json",
  "description": "LineItemResult schema from Avalara API",
  "type": "object",
  "properties": {
    "ref": {
      "type": "string",
      "description": "Line item reference"
    },
    "txs": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/TaxResult"
      }
    }
  },
  "name": "LineItemResult"
}