Flipdish · JSON Structure

Devices Kiosk Entitlements Result Structure

Kiosk entitlements and usage

Type: object Properties: 2
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

KioskEntitlementsResult is a JSON Structure definition published by Flipdish, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

EntitledQuantity UsedQuantity

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-structure/devices-kiosk-entitlements-result-structure.json",
  "name": "KioskEntitlementsResult",
  "description": "Kiosk entitlements and usage",
  "type": "object",
  "properties": {
    "EntitledQuantity": {
      "description": "Number of kiosk devices entitled",
      "type": "int32",
      "example": 3
    },
    "UsedQuantity": {
      "description": "The quantity of entitlements that have been used",
      "type": "int32",
      "example": 3
    }
  }
}