---
title: SKReceiptPropertyIsExpired
framework: storekit
role: symbol
role_heading: Global Variable
path: storekit/skreceiptpropertyisexpired
---

# SKReceiptPropertyIsExpired

A key with a value that indicates whether the receipt is in an expired state.

## Declaration

```swift
let SKReceiptPropertyIsExpired: String
```

## Discussion

Discussion This key’s value is an instance of NSNumber that the system interprets as a Boolean value that indicates whether the receipt is in an expired state.

## See Also

### Receipt Properties and Keys

- [receiptProperties](storekit/skreceiptrefreshrequest/receiptproperties.md)
- [SKReceiptPropertyIsRevoked](storekit/skreceiptpropertyisrevoked.md)
- [SKReceiptPropertyIsVolumePurchase](storekit/skreceiptpropertyisvolumepurchase.md)
