Flipdish · JSON Structure

Orders Fee Summary Structure

Fee Summary

Type: object Properties: 3
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

FeeSummary 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

FeeAmount PercentageRate PerTransactionFee

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/orders-fee-summary-structure.json",
  "name": "FeeSummary",
  "description": "Fee Summary",
  "type": "object",
  "properties": {
    "FeeAmount": {
      "description": "Fee amount",
      "type": "double",
      "example": 12.5
    },
    "PercentageRate": {
      "description": "Percentage rate",
      "type": "double",
      "example": 1.0
    },
    "PerTransactionFee": {
      "description": "Per transaction fee",
      "type": "double",
      "example": 12.5
    }
  }
}