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

Parameters for setup intent retrieve.

# `t`

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

* `client_secret` - The client secret of the SetupIntent. We require this string if you use a publishable key to retrieve the SetupIntent. Max length: 5000.
* `expand` - Specifies which fields in the response should be expanded.

---

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