---
title: bundledSubscriptions
framework: storekit
role: symbol
role_heading: Instance Property
path: storekit/product/subscriptioninfo/bundledsubscriptions
---

# bundledSubscriptions

Properties and functionality specific to auto-renewable subscriptions included in a subscription bundle.

## Declaration

```swift
let bundledSubscriptions: [Product.SubscriptionInfo.BundledSubscription]
```

## Discussion

Discussion This list is only populated if type is .subscriptionBundle, and always empty for all other product types.
