
# Payment Balance Activity Deposit Fee Detail

## Structure

`PaymentBalanceActivityDepositFeeDetail`

## Fields

| Name | Type | Tags | Description | Getter | Setter |
|  --- | --- | --- | --- | --- | --- |
| `payoutId` | `?string` | Optional | The ID of the payout that triggered this deposit fee activity. | getPayoutId(): ?string | setPayoutId(?string payoutId): void |

## Example (as JSON)

```json
{
  "payout_id": null
}
```

