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

Parameters for settings update.

# `t`

```elixir
@type t() :: %Stripe.Params.Tax.SettingsUpdateParams{
  defaults: Stripe.Params.Tax.SettingsUpdateParams.Defaults.t() | nil,
  expand: [String.t()] | nil,
  head_office: Stripe.Params.Tax.SettingsUpdateParams.HeadOffice.t() | nil
}
```

* `defaults` - Default configuration to be used on Stripe Tax calculations.
* `expand` - Specifies which fields in the response should be expanded.
* `head_office` - The place where your business is located.

---

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