Flipdish · JSON Structure

Menus Menu Tax Rate Structure

Tax Rates Associated with a Menu

Type: object Properties: 3
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Properties

TaxRateId Name Rate

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/menus-menu-tax-rate-structure.json",
  "name": "MenuTaxRate",
  "description": "Tax Rates Associated with a Menu",
  "type": "object",
  "properties": {
    "TaxRateId": {
      "description": "Id of Tax Rate",
      "type": "int32",
      "example": 500123
    },
    "Name": {
      "description": "Name of Tax Rate",
      "maxLength": 2048,
      "minLength": 0,
      "type": "string",
      "example": "Example Name"
    },
    "Rate": {
      "description": "In Percentage",
      "type": "double",
      "example": 1.0
    }
  }
}