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

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.Tax.RegistrationCreateParams.CountryOptions.Us.LocalAmusementTax{
    jurisdiction: 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: `14000` (Chicago), `02154` (Arlington Heights), `06613` (Bloomington), `10906` (Campton Hills), `21696` (East Dundee), `24582` (Evanston), `45421` (Lynwood), `48892` (Midlothian), `64343` (River Grove), and `68081` (Schiller Park). Max length: 5000.

---

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