# `Stripe.Resources.V2.Core.Account.Defaults.Profile`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/v2/core/account.ex#L2526)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.V2.Core.Account.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 customer-facing business name.
* `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*
