# Dispute

No description

```
type Dispute {

  chargebackId: ID!

  accountId: ID!

  representmentDetails: String

  documents: [DisputeDocument!]!

  representmentStatus: RepresentmentStatus

  disputeDate: String

  updatedAt: String

}
```

### Fields[​](#fields "Enlace directo al Fields")

#### [`Dispute.chargebackId`](#chargeback-id) ● [`ID!`](https://docs.monei.com/es/es/apis/graphql/types/scalars/id/.md) non-null scalar[​](#chargeback-id "Enlace directo al chargeback-id")

Chargeback this dispute belongs to.

#### [`Dispute.accountId`](#account-id) ● [`ID!`](https://docs.monei.com/es/es/apis/graphql/types/scalars/id/.md) non-null scalar[​](#account-id "Enlace directo al account-id")

Account the chargeback belongs to.

#### [`Dispute.representmentDetails`](#representment-details) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#representment-details "Enlace directo al representment-details")

Written argument for why the payment was legitimate. Null until something has been saved.

#### [`Dispute.documents`](#documents) ● [`[DisputeDocument!]!`](https://docs.monei.com/es/es/apis/graphql/types/objects/dispute-document/.md) non-null object[​](#documents "Enlace directo al documents")

Evidence files attached so far, each with a download link.

#### [`Dispute.representmentStatus`](#representment-status) ● [`RepresentmentStatus`](https://docs.monei.com/es/es/apis/graphql/types/enums/representment-status/.md) enum[​](#representment-status "Enlace directo al representment-status")

Whether the response is still editable (`DRAFT`) or has been filed (`SUBMITTED`).

#### [`Dispute.disputeDate`](#dispute-date) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#dispute-date "Enlace directo al dispute-date")

When the response was filed with the acquirer, ISO 8601. Null until submitted.

#### [`Dispute.updatedAt`](#updated-at) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#updated-at "Enlace directo al updated-at")

When the draft last changed, ISO 8601.

### Returned By[​](#returned-by "Enlace directo al Returned By")

[`dispute`](https://docs.monei.com/es/es/apis/graphql/operations/queries/dispute/.md) query ● [`saveDispute`](https://docs.monei.com/es/es/apis/graphql/operations/mutations/save-dispute/.md) mutation
