---
title: periodCount
framework: storekit
role: symbol
role_heading: Instance Property
path: storekit/product/subscriptionoffer/periodcount
---

# periodCount

The number of periods that the subscription offer renews for.

## Declaration

```swift
let periodCount: Int
```

## Discussion

Discussion If the payment mode is payAsYouGo, the period count represents the number of periods the subscription renews at the discounted price. The period count is 1 for offers with payment modes freeTrial and payUpFront.

## See Also

### Getting the subscription duration

- [period](storekit/product/subscriptionoffer/period.md)
