# `Stripe.Params.ProductFeatureCreateParams`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/product_feature_create_params.ex#L2)

Parameters for product feature create.

# `t`

```elixir
@type t() :: %Stripe.Params.ProductFeatureCreateParams{
  entitlement_feature: String.t(),
  expand: [String.t()] | nil
}
```

* `entitlement_feature` - The ID of the [Feature](https://docs.stripe.com/api/entitlements/feature) object attached to this product. Max length: 5000.
* `expand` - Specifies which fields in the response should be expanded.

---

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