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

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.BillingPortal.Configuration.Features.SubscriptionUpdate.Products.AdjustableQuantity{
    enabled: boolean() | nil,
    maximum: integer() | nil,
    minimum: integer() | nil
  }
```

* `enabled` - If true, the quantity can be adjusted to any non-negative integer.
* `maximum` - The maximum quantity that can be set for the product. Nullable.
* `minimum` - The minimum quantity that can be set for the product.

---

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