{ "type": ["null", "object"], "properties": { "integration": { "type": ["null", "integer"] }, "transaction": { "type": ["null", "integer"] }, "dispute": { "type": ["null", "object"], "properties": {} }, "settlement": { "type": ["null", "object"], "properties": {} }, "id": { "type": ["null", "integer"] }, "domain": { "type": ["null", "string"] }, "currency": { "type": ["null", "string"] }, "amount": { "type": ["null", "integer"] }, "status": { "type": ["null", "string"] }, "refunded_at": { "type": ["null", "string"], "format": "date-time" }, "refunded_by": { "type": ["null", "string"] }, "customer_note": { "type": ["null", "string"] }, "merchant_note": { "type": ["null", "string"] }, "deducted_amount": { "type": ["null", "integer"] }, "fully_deducted": { "type": ["null", "boolean"] }, "createdAt": { "type": ["null", "string"], "format": "date-time" } } }