DisputeReasonDataDTO
The DisputeReasonDataDTO object represents data related to the reason for a dispute, including additional information if it is required for processing the dispute.
Description
| Name | Type | Description | 
|---|---|---|
| amount | string | null | Additional information about the amount, if it is related to the dispute reason. Can be nullif the amount is not specified. | 
Example
{
  "amount": "100.00"
}
```json
{
  "amount": "100.00"
}