#Assassinguy-Subscriptions
1 messages · Page 1 of 1 (latest)
Subscription.items with contain some number of Prices (each of which has a Product). You'd find the individual products in each Price's array (https://stripe.com/docs/api/subscriptions/object#subscription_object-items-data-price-product).
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
so would it just be getting the len of the list data inside items?