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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.V2.Core.Account.Configuration.Merchant.Branding{
  icon: String.t() | nil,
  logo: String.t() | nil,
  primary_color: String.t() | nil,
  secondary_color: String.t() | nil
}
```

* `icon` - ID of a [file upload](https://docs.stripe.com/api/persons/update#create_file): An icon for the merchant. Must be square and at least 128px x 128px.
* `logo` - ID of a [file upload](https://docs.stripe.com/api/persons/update#create_file): A logo for the merchant that will be used in Checkout instead of the icon and without the merchant's name next to it if provided. Must be at least 128px x 128px.
* `primary_color` - A CSS hex color value representing the primary branding color for the merchant.
* `secondary_color` - A CSS hex color value representing the secondary branding color for the merchant.

---

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