# `Stripe.Params.BillingPortal.ConfigurationUpdateParams.Features.CustomerUpdate`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/billing_portal/configuration_update_params.ex#L78)

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.BillingPortal.ConfigurationUpdateParams.Features.CustomerUpdate{
    allowed_updates: map() | nil,
    enabled: boolean() | nil
  }
```

* `allowed_updates` - The types of customer updates that are supported. When empty, customers are not updateable.
* `enabled` - Whether the feature is enabled.

---

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