{ "$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-revenue-schema.json", "title": "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" } } }