Avalara · Schema

InvoiceResult

Taxes

Properties

Name Type Description
doc string Document code
itms array
View JSON Schema on GitHub

JSON Schema

avalara-invoiceresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/InvoiceResult",
  "title": "InvoiceResult",
  "type": "object",
  "properties": {
    "doc": {
      "type": "string",
      "description": "Document code"
    },
    "itms": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/LineItemResult"
      }
    }
  }
}