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

Parameters for payment record report payment attempt canceled.

# `t`

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

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

---

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