Stripe.Params.BillingPortal.ConfigurationUpdateParams.LoginPage (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %Stripe.Params.BillingPortal.ConfigurationUpdateParams.LoginPage{
  enabled: boolean() | nil
}
  • enabled - Set to true to generate a shareable URL login_page.url that will take your customers to a hosted login page for the customer portal.

Set to false to deactivate the login_page.url.