Apideck · Schema

Tax amount

Tax amount

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-taxamount-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TaxAmount",
  "title": "Tax amount",
  "description": "Tax amount",
  "type": "number",
  "example": 27.5,
  "nullable": true
}