# `Stripe.Resources.Product.MarketingFeatures`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/product.ex#L87)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Product.MarketingFeatures{name: String.t() | nil}
```

* `name` - The marketing feature name. Up to 80 characters long. Max length: 5000.

---

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