Apideck · Schema

Subtotal amount

Subtotal amount, normally before tax.

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-subtotal-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SubTotal",
  "title": "Subtotal amount",
  "description": "Subtotal amount, normally before tax.",
  "type": "number",
  "example": 250,
  "nullable": true
}