Flipdish · JSON Structure

Marketing Restaurant Voucher Pay Green Store Configuration Structure

RestaurantVoucherPayGreenStoreConfiguration.

Type: object Properties: 4
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Properties

Name Active PayGreenId PayGreenConfigurationId

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-pay-green-store-configuration-structure.json",
  "name": "RestaurantVoucherPayGreenStoreConfiguration",
  "description": "RestaurantVoucherPayGreenStoreConfiguration.",
  "type": "object",
  "properties": {
    "Name": {
      "description": "Name.",
      "type": "string",
      "example": "Example Name"
    },
    "Active": {
      "description": "Active.",
      "type": "boolean",
      "example": true
    },
    "PayGreenId": {
      "description": "PayGreenId.",
      "type": "string",
      "example": "500123"
    },
    "PayGreenConfigurationId": {
      "description": "PayGreenConfigurationId.",
      "type": "int32",
      "example": 500123
    }
  }
}