The Subscription Item Object
A subscription item is an object that links a price to a subscription and also contains quantity information.
A subscription item belongs to a Subscription and a Price and can have many Usage Records records.
Attributes
subscription_id
The ID of the Subscription associated with this subscription item.
price_id
The ID of the Price associated with this subscription item.
quantity
A positive integer representing the unit quantity of this subscription item.
Will be 0
if the related subscription product/variant has usage-based billing enabled.
is_usage_based
A boolean value indicating whether the related subscription product/variant has usage-based billing enabled.
created_at
An ISO 8601 formatted date-time string indicating when the subscription item was created.
updated_at
An ISO 8601 formatted date-time string indicating when the subscription item was last updated.