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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.BillingPortal.Configuration.BusinessProfile{
  headline: String.t() | nil,
  privacy_policy_url: String.t() | nil,
  terms_of_service_url: String.t() | nil
}
```

* `headline` - The messaging shown to customers in the portal. Max length: 5000. Nullable.
* `privacy_policy_url` - A link to the business’s publicly available privacy policy. Max length: 5000. Nullable.
* `terms_of_service_url` - A link to the business’s publicly available terms of service. Max length: 5000. Nullable.

---

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