# `Stripe.Resources.Tax.Transaction.ShippingCost.TaxBreakdown.Jurisdiction`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/tax/transaction.ex#L255)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Tax.Transaction.ShippingCost.TaxBreakdown.Jurisdiction{
  country: String.t() | nil,
  display_name: String.t() | nil,
  level: String.t() | nil,
  state: String.t() | nil
}
```

* `country` - Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)). Max length: 5000.
* `display_name` - A human-readable name for the jurisdiction imposing the tax. Max length: 5000.
* `level` - Indicates the level of the jurisdiction imposing the tax. Possible values: `city`, `country`, `county`, `district`, `state`.
* `state` - [ISO 3166-2 subdivision code](https://en.wikipedia.org/wiki/ISO_3166-2), without country prefix. For example, "NY" for New York, United States. Max length: 5000. Nullable.

---

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