{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-structure/payments-payout-report3-details-summary-structure.json", "name": "PayoutReport3DetailsSummary", "description": "PayoutReport3DetailsSummary schema from Flipdish API - Payments.", "type": "object", "properties": { "Revenue": { "type": "double", "example": 1.0 }, "RevenueOfWhichCash": { "type": "double", "example": 1.0 }, "UnpaidRevenue": { "type": "double", "example": 1.0 }, "RevenueForFeeCalculations": { "type": "double", "example": 12.5 }, "FlipdishFees": { "type": "double", "example": 12.5 }, "Adjustments": { "type": "double", "example": 1.0 }, "ThirdPartyIntegrationFeesAndTips": { "type": "double", "example": 12.5 }, "Total": { "type": "double", "example": 12.5 } } }