{ "$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-revenue-structure.json", "name": "PayoutReport3DetailsRevenue", "description": "PayoutReport3DetailsRevenue schema from Flipdish API - Payments.", "type": "object", "properties": { "GrossSales": { "$ref": "#/components/schemas/PayoutReport3DetailsSalesLine" }, "SalesTax": { "$ref": "#/components/schemas/PayoutReport3DetailsSalesLine" }, "DeliveryCharges": { "$ref": "#/components/schemas/PayoutReport3DetailsSalesLine" }, "OtherCharges": { "$ref": "#/components/schemas/PayoutReport3DetailsSalesLine" }, "Tips": { "$ref": "#/components/schemas/PayoutReport3DetailsSalesLine" }, "TotalRevenue": { "$ref": "#/components/schemas/PayoutReport3DetailsSalesLine" }, "RevenueForFeeCalculations": { "$ref": "#/components/schemas/PayoutReport3DetailsSalesLine" }, "DrsCharges": { "$ref": "#/components/schemas/PayoutReport3DetailsSalesLine" } } }