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