The reason for the money movement.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/money_movement_reason", "title": "money_movement_reason", "type": "string", "minLength": 1, "maxLength": 255, "pattern": "^[0-9A-Z_]+$", "description": "The reason for the money movement.", "enum": [ "DISPUTE_SETTLEMENT_FEE", "DISPUTE_SETTLEMENT", "DISPUTE_FEE", "CHARGEBACK_FEE" ] }