# `Stripe.Params.Tax.RegistrationCreateParams.CountryOptions.Us.StateSalesTax`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/tax/registration_create_params.ex#L2261)

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.Tax.RegistrationCreateParams.CountryOptions.Us.StateSalesTax{
    elections:
      [
        Stripe.Params.Tax.RegistrationCreateParams.CountryOptions.Us.StateSalesTax.Elections.t()
      ]
      | nil
  }
```

* `elections` - Elections for the state sales tax registration.

---

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