
# Payment Balance Activity Open Dispute Detail

## Structure

`PaymentBalanceActivityOpenDisputeDetail`

## Fields

| Name | Type | Tags | Description | Getter | Setter |
|  --- | --- | --- | --- | --- | --- |
| `paymentId` | `?string` | Optional | The ID of the payment associated with this activity. | getPaymentId(): ?string | setPaymentId(?string paymentId): void |
| `disputeId` | `?string` | Optional | The ID of the dispute associated with this activity. | getDisputeId(): ?string | setDisputeId(?string disputeId): void |

## Example (as JSON)

```json
{
  "payment_id": null,
  "dispute_id": null
}
```

