# DisputeStatus

No description

```
enum DisputeStatus {

  NEEDS_RESPONSE

  UNDER_REVIEW

  WON

  LOST

  WARNING_NEEDS_RESPONSE

  WARNING_UNDER_REVIEW

  WARNING_CLOSED

}
```

### Values[​](#values "Enlace directo al Values")

#### [`DisputeStatus.NEEDS_RESPONSE`](#needs-response)[​](#needs-response "Enlace directo al needs-response")

#### [`DisputeStatus.UNDER_REVIEW`](#under-review)[​](#under-review "Enlace directo al under-review")

#### [`DisputeStatus.WON`](#won)[​](#won "Enlace directo al won")

#### [`DisputeStatus.LOST`](#lost)[​](#lost "Enlace directo al lost")

#### [`DisputeStatus.WARNING_NEEDS_RESPONSE`](#warning-needs-response)[​](#warning-needs-response "Enlace directo al warning-needs-response")

#### [`DisputeStatus.WARNING_UNDER_REVIEW`](#warning-under-review)[​](#warning-under-review "Enlace directo al warning-under-review")

#### [`DisputeStatus.WARNING_CLOSED`](#warning-closed)[​](#warning-closed "Enlace directo al warning-closed")

### Member Of[​](#member-of "Enlace directo al Member Of")

[`Chargeback`](https://docs.monei.com/es/es/apis/graphql/types/objects/chargeback/.md) object ● [`ChargebackEventObject`](https://docs.monei.com/es/es/apis/graphql/types/objects/chargeback-event-object/.md) object
