---
title: inGracePeriod
framework: storekit
role: symbol
role_heading: Type Property
path: storekit/product/subscriptioninfo/renewalstate/ingraceperiod
---

# inGracePeriod

The subscription is in a billing grace period state.

## Declaration

```swift
static let inGracePeriod: Product.SubscriptionInfo.RenewalState
```

## Discussion

Discussion An auto-renewable subscription in this state is entitled to service.

## See Also

### Getting the renewal state

- [subscribed](storekit/product/subscriptioninfo/renewalstate/subscribed.md)
- [expired](storekit/product/subscriptioninfo/renewalstate/expired.md)
- [inBillingRetryPeriod](storekit/product/subscriptioninfo/renewalstate/inbillingretryperiod.md)
- [revoked](storekit/product/subscriptioninfo/renewalstate/revoked.md)
