{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-structure/payments-revenue-adjustments-details-structure.json", "name": "RevenueAdjustmentsDetails", "description": "Revenue Adjustments breakdown", "type": "object", "properties": { "OnlineSalesRefundedAmount": { "description": "Online sales refunds", "type": "double", "example": 12.5 }, "PosSalesRefundedAmount": { "description": "POS Online sales refunds", "type": "double", "example": 12.5 }, "CashSalesRefundedAmount": { "description": "Cash sales refunds", "type": "double", "example": 12.5 }, "CustomerCashFees": { "description": "Customer cash fees", "type": "double", "example": 12.5 }, "RefundsCount": { "description": "Number of refunds", "type": "int32", "example": 3 }, "PayGreenSalesAmount": { "description": "PayGreen sales", "type": "double", "nullable": true, "example": 12.5 }, "PayGreenProcessingFees": { "description": "PayGreen processing fees charged to end-user", "type": "double", "nullable": true, "example": 12.5 }, "TotalOnlineRevenueAdjustments": { "description": "Total revenue adjustments", "type": "double", "example": 12.5 } } }