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

Nested parameters.

# `t`

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

* `standard` - Options for the standard registration.
* `type` - Type of registration to be created in `country`. Possible values: `standard`.

---

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