# `Stripe.Resources.BillingPortal.Configuration.Features.CustomerUpdate`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/billing_portal/configuration.ex#L105)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.BillingPortal.Configuration.Features.CustomerUpdate{
  allowed_updates: [String.t()] | 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*
