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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Tax.Registration.CountryOptions.Be.Standard{
  place_of_supply_scheme: String.t() | nil
}
```

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

---

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