Flipdish · Schema

RevenueDetail

Sales information

RestaurantOnline OrderingMobile AppsPoint-of-SaleOrderMenusPaymentsWebhook

Properties

Name Type Description
OnlineSalesAmount number Online sales amount
OnlineSalesTax number Online sales tax
OnlineSalesIncludingTax number Online sales amount plus online sales tax
OnlineSalesFeesBaseAmount number Online sales base amount to calculate fees
CashSalesAmount number Cash sales amount
CashSalesTax number Cash sales tax
CashSalesIncludingTax number Cash sales amount plus online sales tax
CashSalesFeesBaseAmount number Online sales base amount to calculate fees
TotalSalesIncludingTax number Total Sales (online and cash) including tax
OnlineSalesDeliveryCharges number Delivery charges on online sales
OnlineSalesTips number Tips for online sales
TotalOnlineRevenue number Online sales plus online delivery charges and tips
OnlineSalesServiceCharges number Service charge on online sales
View JSON Schema on GitHub

JSON Schema

payments-revenue-detail-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/payments-revenue-detail-schema.json",
  "title": "RevenueDetail",
  "description": "Sales information",
  "type": "object",
  "properties": {
    "OnlineSalesAmount": {
      "format": "double",
      "description": "Online sales amount",
      "type": "number",
      "example": 12.5
    },
    "OnlineSalesTax": {
      "format": "double",
      "description": "Online sales tax",
      "type": "number",
      "example": 1.0
    },
    "OnlineSalesIncludingTax": {
      "format": "double",
      "description": "Online sales amount plus online sales tax",
      "type": "number",
      "example": 1.0
    },
    "OnlineSalesFeesBaseAmount": {
      "format": "double",
      "description": "Online sales base amount to calculate fees",
      "type": "number",
      "example": 12.5
    },
    "CashSalesAmount": {
      "format": "double",
      "description": "Cash sales amount",
      "type": "number",
      "example": 12.5
    },
    "CashSalesTax": {
      "format": "double",
      "description": "Cash sales tax",
      "type": "number",
      "example": 1.0
    },
    "CashSalesIncludingTax": {
      "format": "double",
      "description": "Cash sales amount plus online sales tax",
      "type": "number",
      "example": 1.0
    },
    "CashSalesFeesBaseAmount": {
      "format": "double",
      "description": "Online sales base amount to calculate fees",
      "type": "number",
      "example": 12.5
    },
    "TotalSalesIncludingTax": {
      "format": "double",
      "description": "Total Sales (online and cash) including tax",
      "type": "number",
      "example": 12.5
    },
    "OnlineSalesDeliveryCharges": {
      "format": "double",
      "description": "Delivery charges on online sales",
      "type": "number",
      "example": 1.0
    },
    "OnlineSalesTips": {
      "format": "double",
      "description": "Tips for online sales",
      "type": "number",
      "example": 1.0
    },
    "TotalOnlineRevenue": {
      "format": "double",
      "description": "Online sales plus online delivery charges and tips",
      "type": "number",
      "example": 12.5
    },
    "OnlineSalesServiceCharges": {
      "format": "double",
      "description": "Service charge on online sales",
      "type": "number",
      "example": 1.0
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/payments-revenue-detail"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.