Avalara · Schema

TSPairModel

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

avalara-tspairmodel-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TSPairModel",
  "title": "TSPairModel",
  "type": "object",
  "properties": {
    "TransactionType": {
      "type": "integer",
      "description": "Transaction type ID"
    },
    "TransactionTypeDescription": {
      "type": "string"
    },
    "ServiceType": {
      "type": "integer",
      "description": "Service type ID"
    },
    "ServiceTypeDescription": {
      "type": "string"
    }
  }
}