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

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.Tax.RegistrationCreateParams.CountryOptions.Us.LocalLeaseTax{
    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). Max length: 5000.

---

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