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

Parameters for country spec retrieve.

# `t`

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

* `expand` - Specifies which fields in the response should be expanded.

---

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