The stage in the dispute lifecycle.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/dispute_lifecycle_stage", "title": "dispute_lifecycle_stage", "type": "string", "minLength": 1, "maxLength": 255, "pattern": "^[0-9A-Z_]+$", "readOnly": true, "description": "The stage in the dispute lifecycle.", "enum": [ "INQUIRY", "CHARGEBACK", "PRE_ARBITRATION", "ARBITRATION" ] }