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

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.Tax.RegistrationCreateParams.CountryOptions.Pl{
  standard:
    Stripe.Params.Tax.RegistrationCreateParams.CountryOptions.Pl.Standard.t()
    | nil,
  type: String.t() | nil
}
```

* `standard` - Options for the standard registration.
* `type` - Type of registration to be created in an EU country. Possible values: `ioss`, `oss_non_union`, `oss_union`, `standard`.

---

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