---
title: SKReceiptPropertyIsRevoked
framework: storekit
role: symbol
role_heading: Global Variable
path: storekit/skreceiptpropertyisrevoked
---

# SKReceiptPropertyIsRevoked

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

## Declaration

```swift
let SKReceiptPropertyIsRevoked: 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 a revoked state.

## See Also

### Receipt Properties and Keys

- [receiptProperties](storekit/skreceiptrefreshrequest/receiptproperties.md)
- [SKReceiptPropertyIsExpired](storekit/skreceiptpropertyisexpired.md)
- [SKReceiptPropertyIsVolumePurchase](storekit/skreceiptpropertyisvolumepurchase.md)
