Otter · Schema

RewardEffect

Shows how much is deducted from total.

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

Properties

Name Type Description
subtotal object
View JSON Schema on GitHub

JSON Schema

public-api-reward-effect-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RewardEffect",
  "description": "Shows how much is deducted from total.",
  "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-reward-effect-schema.json",
  "type": "object",
  "properties": {
    "subtotal": {
      "$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-subtotal-schema.json"
    }
  }
}