LatticeStripe.BillingPortal.Configuration.Features.PaymentMethodUpdate (LatticeStripe v1.7.6)

Copy Markdown View Source

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

Controls whether customers can update their payment methods in the billing portal and which payment method configurations are available.

Parent struct: LatticeStripe.BillingPortal.Configuration.Features.

Summary

Types

t()

@type t() :: %LatticeStripe.BillingPortal.Configuration.Features.PaymentMethodUpdate{
  enabled: boolean() | nil,
  extra: map(),
  payment_method_configuration: String.t() | nil
}

Functions

from_map(map)

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