Stripe.Params.BillingPortal.ConfigurationUpdateParams.Features.CustomerUpdate
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@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.