# `Stripe.Params.PaymentRecordReportPaymentAttemptFailedParams`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/payment_record_report_payment_attempt_failed_params.ex#L2)

Parameters for payment record report payment attempt failed.

# `t`

```elixir
@type t() :: %Stripe.Params.PaymentRecordReportPaymentAttemptFailedParams{
  expand: [String.t()] | nil,
  failed_at: integer(),
  metadata: map() | nil
}
```

* `expand` - Specifies which fields in the response should be expanded.
* `failed_at` - When the reported payment failed. Measured in seconds since the Unix epoch. Format: Unix timestamp.
* `metadata`

---

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