# issuing\_dispute\_service\_not\_as\_described\_evidence

From **Stripe API**.

- Type: `object`

## Properties

### `additional_documentation`

- Required: false
- Nullable: true

(ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Additional documentation supporting the dispute.

### `canceled_at`

- Required: false
- Type: `integer`
- Format: `unix-time`
- Nullable: true

Date when order was canceled.

### `cancellation_reason`

- Required: false
- Type: `string`
- Nullable: true
- maxLength: `5000`

Reason for canceling the order.

### `explanation`

- Required: false
- Type: `string`
- Nullable: true
- maxLength: `5000`

Explanation of why the cardholder is disputing this transaction.

### `received_at`

- Required: false
- Type: `integer`
- Format: `unix-time`
- Nullable: true

Date when the product was received.

## JSON Schema

```json
{"properties":{"additional_documentation":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/file"}],"description":"(ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Additional documentation supporting the dispute.","nullable":true,"x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/file"}]}},"canceled_at":{"description":"Date when order was canceled.","format":"unix-time","nullable":true,"type":"integer"},"cancellation_reason":{"description":"Reason for canceling the order.","maxLength":5000,"nullable":true,"type":"string"},"explanation":{"description":"Explanation of why the cardholder is disputing this transaction.","maxLength":5000,"nullable":true,"type":"string"},"received_at":{"description":"Date when the product was received.","format":"unix-time","nullable":true,"type":"integer"}},"title":"IssuingDisputeServiceNotAsDescribedEvidence","type":"object","x-expandableFields":["additional_documentation"]}
```
