{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/terminal-reversal-reason-structure.json", "description": "Reason of the payment or loyalty reversal..", "type": "string", "enum": [ "CustCancel", "Malfunction", "MerchantCancel", "Unable2Compl" ], "name": "ReversalReason" }