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

Nested struct within the parent resource.

# `t`

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

* `province` - Two-letter CA province code ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)). Max length: 5000.

---

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