---
title: options
framework: storekit
role: symbol
role_heading: Instance Property
path: storekit/subscriptionstorecontrolstyleconfiguration/section/options
---

# options

The subscription options to merchandise within a section.

## Declaration

```swift
var options: [SubscriptionStoreControlStyleConfiguration.Option]
```

## Discussion

Discussion This property represents the main content of a section. The view your style creates needs to provide a control to subscribe to each option in the array. Use the properties of each SubscriptionStoreControlStyleConfiguration.Option value to declare your control style, and use the subscribe() method in response to a subscribe interaction. tip: Use SubscriptionOptionSection to configure the contents of a section when creating a SubscriptionStoreView.
