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

Parameters for quote finalize quote.

# `t`

```elixir
@type t() :: %Stripe.Params.QuoteFinalizeQuoteParams{
  expand: [String.t()] | nil,
  expires_at: integer() | nil
}
```

* `expand` - Specifies which fields in the response should be expanded.
* `expires_at` - A future timestamp on which the quote will be canceled if in `open` or `draft` status. Measured in seconds since the Unix epoch. Format: Unix timestamp.

---

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