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

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.Tax.RegistrationCreateParams.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. Supported FIPS codes are: `003` (Allegheny County) and `60000` (Philadelphia City). 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*
