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

Parameters for calculation retrieve.

# `t`

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

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

---

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