Apideck · Schema

Discount Percentage

Discount percentage applied to this transaction.

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-discountpercentage-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DiscountPercentage",
  "title": "Discount Percentage",
  "type": "number",
  "description": "Discount percentage applied to this transaction.",
  "example": 5.5,
  "nullable": true
}