# `Stripe.Params.V2.Core.AccountUpdateParams.Defaults.Profile`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/v2/core/account_update_params.ex#L1203)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.V2.Core.AccountUpdateParams.Defaults.Profile{
  business_url: String.t() | nil,
  doing_business_as: String.t() | nil,
  product_description: String.t() | nil
}
```

* `business_url` - The business's publicly-available website.
* `doing_business_as` - The name which is used by the business.
* `product_description` - Internal-only description of the product sold or service provided by the business. It's used by Stripe for risk and underwriting purposes.

---

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