Stripe.Resources.BillingPortal.Configuration.Features.SubscriptionUpdate.Products
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested struct within the parent resource.
Summary
Types
@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_quantityprices- The list of price IDs which, when subscribed to, a subscription can be updated.product- The product ID. Max length: 5000.