# `PolarExpress.Schemas.ProductBenefitsUpdate`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/schemas/product_benefits_update.ex#L2)

ProductBenefitsUpdate

Schema to update the benefits granted by a product.

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.ProductBenefitsUpdate{benefits: [String.t()] | nil}
```

* `benefits` - List of benefit IDs. Each one must be on the same organization as the product.

# `schema_name`

---

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