Apideck · Schema

Total tax amount

Total tax amount applied to this transaction.

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-totaltax-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TotalTax",
  "title": "Total tax amount",
  "description": "Total tax amount applied to this transaction.",
  "type": "number",
  "example": 25,
  "nullable": true
}