# `Stripe.Params.ProductCreateParams.MarketingFeatures`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/product_create_params.ex#L189)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.ProductCreateParams.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*
