# `Stripe.Resources.Custom.Logo`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/custom.ex#L25)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Custom.Logo{
  content_type: String.t() | nil,
  url: String.t() | nil
}
```

* `content_type` - Content type of the Dashboard-only CustomPaymentMethodType logo. Max length: 5000. Nullable.
* `url` - URL of the Dashboard-only CustomPaymentMethodType logo. Max length: 5000.

---

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