{ "$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-flipdish-fees-schema.json", "title": "PayoutReport3DetailsFlipdishFees", "description": "PayoutReport3DetailsFlipdishFees schema from Flipdish API - Payments.", "type": "object", "properties": { "WebAndAppCash": { "format": "double", "type": "number", "example": 1.0 }, "WebAndAppCashRevenueIncludingTips": { "format": "double", "type": "number", "example": 1.0 }, "WebAndAppCard": { "format": "double", "type": "number", "example": 1.0 }, "WebAndAppCardRevenueIncludingTips": { "format": "double", "type": "number", "example": 1.0 }, "KioskCash": { "format": "double", "type": "number", "example": 1.0 }, "KioskCashRevenue": { "format": "double", "type": "number", "example": 1.0 }, "KioskCard": { "format": "double", "type": "number", "example": 1.0 }, "KioskCardRevenue": { "format": "double", "type": "number", "example": 1.0 }, "QropCash": { "format": "double", "type": "number", "example": 1.0 }, "QropCashRevenue": { "format": "double", "type": "number", "example": 1.0 }, "QropCard": { "format": "double", "type": "number", "example": 1.0 }, "QropCardRevenue": { "format": "double", "type": "number", "example": 1.0 }, "PosCard": { "format": "double", "type": "number", "example": 1.0 }, "PosCardRevenue": { "format": "double", "type": "number", "example": 1.0 }, "PosCardOnFlipdishOrders": { "format": "double", "type": "number", "example": 1.0 }, "OtherIntegrationFees": { "format": "double", "type": "number", "example": 12.5 }, "OtherIntegrationFeesExcludingVat": { "format": "double", "type": "number", "example": 12.5 }, "OtherIntegrationFeesVatAmount": { "format": "double", "type": "number", "example": 12.5 }, "OtherIntegrationTips": { "format": "double", "type": "number", "example": 1.0 }, "RefundedFeesOnRefundedSales": { "format": "double", "type": "number", "example": 12.5 }, "Vat": { "format": "double", "type": "number", "example": 1.0 }, "RefundedFeesOnPosSales": { "format": "double", "type": "number", "example": 12.5 }, "Total": { "format": "double", "type": "number", "example": 12.5 }, "ThirdPartyIntegrationFeesAndTips": { "format": "double", "type": "number", "example": 12.5 }, "WebAndAppCardOnXOrders": { "format": "int32", "type": "integer", "example": 1 }, "WebAndAppCashOnXOrders": { "format": "int32", "type": "integer", "example": 1 }, "KioskCardOnXOrders": { "format": "int32", "type": "integer", "example": 1 }, "KioskCashOnXOrders": { "format": "int32", "type": "integer", "example": 1 }, "QropCardOnXOrders": { "format": "int32", "type": "integer", "example": 1 }, "QropCashOnXOrders": { "format": "int32", "type": "integer", "example": 1 }, "PosCardOnXOrders": { "format": "int32", "type": "integer", "example": 1 } } }