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

Nested parameters.

# `t`

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

* `place_of_supply_scheme` - Place of supply scheme used in an standard registration. Possible values: `inbound_goods`, `standard`.

---

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