Avalara · Schema

TransactionParty

Taxes

Properties

Name Type Description
companyId string
locationId string
name string
address object
licenseNumber string
View JSON Schema on GitHub

JSON Schema

avalara-transactionparty-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TransactionParty",
  "title": "TransactionParty",
  "type": "object",
  "properties": {
    "companyId": {
      "type": "string"
    },
    "locationId": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "address": {
      "$ref": "#/components/schemas/ExciseAddress"
    },
    "licenseNumber": {
      "type": "string"
    }
  }
}