<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macOS: 15.0.0 -",
    "tvOS: 18.0.0 -",
    "visionOS: 2.0.0 -",
    "watchOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "StoreKit",
  "identifier" : "/documentation/StoreKit/SubscriptionPeriodGroupSet",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "StoreKit",
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:17_StoreKit_SwiftUI26SubscriptionPeriodGroupSetV"
  },
  "title" : "SubscriptionPeriodGroupSet"
}
-->

# SubscriptionPeriodGroupSet

```
@MainActor @preconcurrency struct SubscriptionPeriodGroupSet<Label, MarketingContent> where Label : View, MarketingContent : View
```

## Topics

### Creating subscription period group sets

[`init()`](/documentation/StoreKit/SubscriptionPeriodGroupSet/init())

[`init(marketingContent: (Product.SubscriptionPeriod?) -> MarketingContent)`](/documentation/StoreKit/SubscriptionPeriodGroupSet/init(marketingContent:))

[`init(marketingContent: (Product.SubscriptionPeriod?) -> MarketingContent, label: (Product.SubscriptionPeriod?) -> Label)`](/documentation/StoreKit/SubscriptionPeriodGroupSet/init(marketingContent:label:))

### Creating the group style

  <doc://com.apple.documentation/documentation/SwiftUI/View/subscriptionStoreOptionGroupStyle(_:)>

## Relationships

### Conforms To

[`StoreContent`](/documentation/StoreKit/StoreContent)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)