# `Stripe.Resources.BillingPortal.Configuration.LoginPage`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/billing_portal/configuration.ex#L301)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.BillingPortal.Configuration.LoginPage{
  enabled: boolean() | nil,
  url: String.t() | nil
}
```

* `enabled` - If `true`, a shareable `url` will be generated that will take your customers to a hosted login page for the customer portal.

If `false`, the previously generated `url`, if any, will be deactivated.
* `url` - A shareable URL to the hosted portal login page. Your customers will be able to log in with their [email](https://docs.stripe.com/api/customers/object#customer_object-email) and receive a link to their customer portal. Max length: 5000. Nullable.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
