Skip to main content

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

NameTypeDescription
amountstring | nullAdditional information about the amount, if it is related to the dispute reason. Can be null if the amount is not specified.

Example

{
"amount": "100.00"
}

```json
{
"amount": "100.00"
}