# DisputeDocument

No description

```
type DisputeDocument {

  id: ID!

  name: String!

  contentType: String!

  downloadUrl: String

  expiresAt: AWSTimestamp

}
```

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

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

Identifier of the uploaded evidence file.

#### [`DisputeDocument.name`](#name) ● [`String!`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) non-null scalar[​](#name "Enlace directo al name")

Original file name as uploaded.

#### [`DisputeDocument.contentType`](#content-type) ● [`String!`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) non-null scalar[​](#content-type "Enlace directo al content-type")

MIME type of the file.

#### [`DisputeDocument.downloadUrl`](#download-url) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#download-url "Enlace directo al download-url")

Short-lived link to download the file. Regenerated on every read, so it is not worth storing.

#### [`DisputeDocument.expiresAt`](#expires-at) ● [`AWSTimestamp`](https://docs.monei.com/es/es/apis/graphql/types/scalars/awstimestamp/.md) scalar[​](#expires-at "Enlace directo al expires-at")

When `downloadUrl` stops working, as a unix timestamp.

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

[`Dispute`](https://docs.monei.com/es/es/apis/graphql/types/objects/dispute/.md) object
