# `Stripe.Params.PaymentRecordReportRefundParams.Refunded`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/payment_record_report_refund_params.ex#L66)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.PaymentRecordReportRefundParams.Refunded{
  refunded_at: integer() | nil
}
```

* `refunded_at` - When the reported refund completed. Measured in seconds since the Unix epoch. Format: Unix timestamp.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
