Apideck · Schema

Total Amount

The total amount of the transaction or record

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-totalamount-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TotalAmount",
  "title": "Total Amount",
  "description": "The total amount of the transaction or record",
  "type": "number",
  "example": 49.99,
  "nullable": true
}