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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Tax.Registration.CountryOptions.Ch{
  standard:
    Stripe.Resources.Tax.Registration.CountryOptions.Ch.Standard.t() | nil,
  type: String.t() | nil
}
```

* `standard`
* `type` - Type of registration in `country`. Possible values: `standard`.

---

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