Avalara · Schema

TSPairModel

TSPairModel schema from Avalara API

Taxes

Properties

Name Type Description
TransactionType integer Transaction type ID
TransactionTypeDescription string
ServiceType integer Service type ID
ServiceTypeDescription string
View JSON Schema on GitHub

JSON Schema

communications-ts-pair-model-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/avalara/refs/heads/main/json-schema/communications-ts-pair-model-schema.json",
  "title": "TSPairModel",
  "description": "TSPairModel schema from Avalara API",
  "type": "object",
  "properties": {
    "TransactionType": {
      "type": "integer",
      "description": "Transaction type ID"
    },
    "TransactionTypeDescription": {
      "type": "string"
    },
    "ServiceType": {
      "type": "integer",
      "description": "Service type ID"
    },
    "ServiceTypeDescription": {
      "type": "string"
    }
  }
}