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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.V2.Core.Account.Configuration.Merchant.Support{
  address:
    Stripe.Resources.V2.Core.Account.Configuration.Merchant.Support.Address.t()
    | nil,
  email: String.t() | nil,
  phone: String.t() | nil,
  url: String.t() | nil
}
```

* `address` - A publicly available mailing address for sending support issues to.
* `email` - A publicly available email address for sending support issues to.
* `phone` - A publicly available phone number to call with support issues.
* `url` - A publicly available website for handling support issues.

---

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