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

Parameters for payment record report payment attempt guaranteed.

# `t`

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

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

---

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