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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Tax.Registration.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. Max length: 5000.

---

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