
# Payment Balance Activity Automatic Savings Detail

## Structure

`PaymentBalanceActivityAutomaticSavingsDetail`

## 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 |
| `payoutId` | `?string` | Optional | The ID of the payout associated with this activity. | getPayoutId(): ?string | setPayoutId(?string payoutId): void |

## Example (as JSON)

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

