{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-structure/payments-payout-report3-refunded-order-structure.json", "name": "PayoutReport3RefundedOrder", "description": "PayoutReport3RefundedOrder schema from Flipdish API - Payments.", "type": "object", "properties": { "OrderId": { "type": "int32", "example": 500123 }, "PlacedAtTime": { "type": "datetime", "example": "2026-06-02T12:00:00Z" }, "ModifiedAtTime": { "type": "datetime", "example": "2026-06-02T12:00:00Z" }, "StoreName": { "type": "string", "example": "Example Name" }, "Type": { "enum": [ "Cash", "Card" ], "type": "string", "example": "Cash" }, "RefundedAmount": { "type": "double", "example": 12.5 }, "RefundedFees": { "type": "double", "example": 12.5 }, "RefundType": { "type": "string", "example": "string" }, "CashFeeRefundedToCustomer": { "type": "double", "example": 12.5 } } }