Flipdish · JSON Structure

Marketing Restaurant Voucher Eligible Store Structure

RestaurantVoucherEligibleStore.

Type: object Properties: 2
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

RestaurantVoucherEligibleStore 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

StoreId Name

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/marketing-restaurant-voucher-eligible-store-structure.json",
  "name": "RestaurantVoucherEligibleStore",
  "description": "RestaurantVoucherEligibleStore.",
  "type": "object",
  "properties": {
    "StoreId": {
      "description": "StoreId.",
      "type": "int32",
      "example": 500123
    },
    "Name": {
      "description": "Name.",
      "type": "string",
      "example": "Example Name"
    }
  }
}