
# Payment Balance Activity Refund Detail

## Structure

`PaymentBalanceActivityRefundDetail`

## 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 |
| `refundId` | `?string` | Optional | The ID of the refund associated with this activity. | getRefundId(): ?string | setRefundId(?string refundId): void |

## Example (as JSON)

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

