---
title: SKReceiptPropertyIsVolumePurchase
framework: storekit
role: symbol
role_heading: Global Variable
path: storekit/skreceiptpropertyisvolumepurchase
---

# SKReceiptPropertyIsVolumePurchase

A key with a value that indicates whether the receipt is a Volume Purchase Plan receipt.

## Declaration

```swift
let SKReceiptPropertyIsVolumePurchase: 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 a Volume Purchase Plan receipt.

## See Also

### Receipt Properties and Keys

- [receiptProperties](storekit/skreceiptrefreshrequest/receiptproperties.md)
- [SKReceiptPropertyIsExpired](storekit/skreceiptpropertyisexpired.md)
- [SKReceiptPropertyIsRevoked](storekit/skreceiptpropertyisrevoked.md)
