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

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.Tax.Registration.CountryOptions.Us.StateSalesTax.Elections{
    jurisdiction: String.t() | nil,
    type: String.t() | nil
  }
```

* `jurisdiction` - A [FIPS code](https://www.census.gov/library/reference/code-lists/ansi.html) representing the local jurisdiction. Max length: 5000.
* `type` - The type of the election for the state sales tax registration. Possible values: `local_use_tax`, `simplified_sellers_use_tax`, `single_local_use_tax`.

---

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