# `Stripe.Params.BillingPortal.ConfigurationUpdateParams.BusinessProfile`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/billing_portal/configuration_update_params.ex#L37)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.BillingPortal.ConfigurationUpdateParams.BusinessProfile{
  headline: map() | nil,
  privacy_policy_url: map() | nil,
  terms_of_service_url: map() | nil
}
```

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

---

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