# charge\_fraud\_details

From **Stripe API**.

- Type: `object`

## Properties

### `stripe_report`

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

Assessments from Stripe. If set, the value is `fraudulent`.

### `user_report`

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

Assessments reported by you. If set, possible values of are `safe` and `fraudulent`.

## JSON Schema

```json
{"properties":{"stripe_report":{"description":"Assessments from Stripe. If set, the value is `fraudulent`.","maxLength":5000,"type":"string"},"user_report":{"description":"Assessments reported by you. If set, possible values of are `safe` and `fraudulent`.","maxLength":5000,"type":"string"}},"title":"ChargeFraudDetails","type":"object","x-expandableFields":[]}
```
