# `Stripe.Resources.Tax.Registration.CountryOptions.Us.StateSalesTax`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/tax/registration.ex#L2242)

Nested struct within the parent resource.

# `t`

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

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

---

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