Flipdish · Schema

RestaurantVoucherEligibleStore

RestaurantVoucherEligibleStore.

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Properties

Name Type Description
StoreId integer StoreId.
Name string Name.
View JSON Schema on GitHub

JSON Schema

marketing-restaurant-voucher-eligible-store-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-schema/marketing-restaurant-voucher-eligible-store-schema.json",
  "title": "RestaurantVoucherEligibleStore",
  "description": "RestaurantVoucherEligibleStore.",
  "type": "object",
  "properties": {
    "StoreId": {
      "format": "int32",
      "description": "StoreId.",
      "type": "integer",
      "example": 500123
    },
    "Name": {
      "description": "Name.",
      "type": "string",
      "example": "Example Name"
    }
  }
}