Stripe.Resources.BillingPortal.Configuration.Features.SubscriptionUpdate.Products (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@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.