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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Tax.Registration.CountryOptions.Us{
  local_amusement_tax:
    Stripe.Resources.Tax.Registration.CountryOptions.Us.LocalAmusementTax.t()
    | nil,
  local_lease_tax:
    Stripe.Resources.Tax.Registration.CountryOptions.Us.LocalLeaseTax.t() | nil,
  state: String.t() | nil,
  state_sales_tax:
    Stripe.Resources.Tax.Registration.CountryOptions.Us.StateSalesTax.t() | nil,
  type: String.t() | nil
}
```

* `local_amusement_tax`
* `local_lease_tax`
* `state` - Two-letter US state code ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)). Max length: 5000.
* `state_sales_tax`
* `type` - Type of registration in the US. Possible values: `local_amusement_tax`, `local_lease_tax`, `state_communications_tax`, `state_retail_delivery_fee`, `state_sales_tax`.

---

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