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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Tax.Registration.CountryOptions.Ca{
  province_standard:
    Stripe.Resources.Tax.Registration.CountryOptions.Ca.ProvinceStandard.t()
    | nil,
  type: String.t() | nil
}
```

* `province_standard`
* `type` - Type of registration in Canada. Possible values: `province_standard`, `simplified`, `standard`.

---

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