# `Stripe.Resources.BillingPortal.Configuration.Features.SubscriptionUpdate.Products`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/billing_portal/configuration.ex#L214)

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.BillingPortal.Configuration.Features.SubscriptionUpdate.Products{
    adjustable_quantity:
      Stripe.Resources.BillingPortal.Configuration.Features.SubscriptionUpdate.Products.AdjustableQuantity.t()
      | nil,
    prices: [String.t()] | nil,
    product: String.t() | nil
  }
```

* `adjustable_quantity`
* `prices` - The list of price IDs which, when subscribed to, a subscription can be updated.
* `product` - The product ID. Max length: 5000.

---

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