# `Stripe.Params.PaymentRecordReportPaymentAttemptParams.Failed`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/payment_record_report_payment_attempt_params.ex#L40)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.PaymentRecordReportPaymentAttemptParams.Failed{
  failed_at: integer() | nil
}
```

* `failed_at` - When the reported payment failed. Measured in seconds since the Unix epoch. Format: Unix timestamp.

---

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