Stripe.Resources.BillingPortal.Configuration.Features.CustomerUpdate (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@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.