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

Nested parameters.

# `t`

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

* `local_amusement_tax` - Options for the local amusement tax registration.
* `local_lease_tax` - Options for the local lease tax registration.
* `state` - Two-letter US state code ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)). Max length: 5000.
* `state_sales_tax` - Options for the state sales tax registration.
* `type` - Type of registration to be created 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*
