Avalara · Schema

LineItemResult

Taxes

Properties

Name Type Description
ref string Line item reference
txs array
View JSON Schema on GitHub

JSON Schema

avalara-lineitemresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LineItemResult",
  "title": "LineItemResult",
  "type": "object",
  "properties": {
    "ref": {
      "type": "string",
      "description": "Line item reference"
    },
    "txs": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/TaxResult"
      }
    }
  }
}