Avalara · JSON Structure

Communications Ts Pair Model Structure

TSPairModel schema from Avalara API

Type: object Properties: 4
Taxes

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

Properties

TransactionType TransactionTypeDescription ServiceType ServiceTypeDescription

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-ts-pair-model-structure.json",
  "description": "TSPairModel schema from Avalara API",
  "type": "object",
  "properties": {
    "TransactionType": {
      "type": "int32",
      "description": "Transaction type ID"
    },
    "TransactionTypeDescription": {
      "type": "string"
    },
    "ServiceType": {
      "type": "int32",
      "description": "Service type ID"
    },
    "ServiceTypeDescription": {
      "type": "string"
    }
  },
  "name": "TSPairModel"
}