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

CustomerSubscriptionUpdateProduct

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.CustomerSubscriptionUpdateProduct{
  product_id: String.t() | nil
}
```

* `product_id` - Update subscription to another product. Format: uuid4.

# `schema_name`

---

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