LatticeStripe.BillingPortal.Configuration.Features.CustomerUpdate (LatticeStripe v1.7.1)

Copy Markdown View Source

The customer_update feature settings on a LatticeStripe.BillingPortal.Configuration.

Controls whether customers can update their billing information in the portal, including which fields are allowed to be updated.

Parent struct: LatticeStripe.BillingPortal.Configuration.Features.

Summary

Types

t()

@type t() :: %LatticeStripe.BillingPortal.Configuration.Features.CustomerUpdate{
  allowed_updates: [String.t()] | nil,
  enabled: boolean() | nil,
  extra: map()
}

Functions

from_map(map)

@spec from_map(map() | nil) :: t() | nil