Flipdish · Schema
PayoutReport3DetailsSummary
PayoutReport3DetailsSummary schema from Flipdish API - Payments.
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks
Properties
| Name | Type | Description |
|---|---|---|
| Revenue | number | |
| RevenueOfWhichCash | number | |
| UnpaidRevenue | number | |
| RevenueForFeeCalculations | number | |
| FlipdishFees | number | |
| Adjustments | number | |
| ThirdPartyIntegrationFeesAndTips | number | |
| Total | number |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-schema/payments-payout-report3-details-summary-schema.json",
"title": "PayoutReport3DetailsSummary",
"description": "PayoutReport3DetailsSummary schema from Flipdish API - Payments.",
"type": "object",
"properties": {
"Revenue": {
"format": "double",
"type": "number",
"example": 1.0
},
"RevenueOfWhichCash": {
"format": "double",
"type": "number",
"example": 1.0
},
"UnpaidRevenue": {
"format": "double",
"type": "number",
"example": 1.0
},
"RevenueForFeeCalculations": {
"format": "double",
"type": "number",
"example": 12.5
},
"FlipdishFees": {
"format": "double",
"type": "number",
"example": 12.5
},
"Adjustments": {
"format": "double",
"type": "number",
"example": 1.0
},
"ThirdPartyIntegrationFeesAndTips": {
"format": "double",
"type": "number",
"example": 12.5
},
"Total": {
"format": "double",
"type": "number",
"example": 12.5
}
}
}