---
title: groupDisplayName
framework: storekit
role: symbol
role_heading: Instance Property
path: storekit/subscriptionstorecontrolstyleconfiguration/groupdisplayname
---

# groupDisplayName

The localized display name of the subscription group that the subscription store view merchandises.

## Declaration

```swift
var groupDisplayName: String { get }
```

## Discussion

Discussion This property is the same as accessing groupDisplayName on a Product.SubscriptionInfo value. Because all options within a subscription store view belong to the same subscription group, using the groupDisplayName property is more convenient than getting the group display name from an arbitrary subscription option.

## See Also

### Getting subscription group properties

- [autoRenewPreference](storekit/subscriptionstorecontrolstyleconfiguration/autorenewpreference.md)
- [allOptions](storekit/subscriptionstorecontrolstyleconfiguration/alloptions.md)
