---
title: SKPaymentTransactionState.restored
framework: storekit
role: symbol
role_heading: Case
path: storekit/skpaymenttransactionstate/restored
---

# SKPaymentTransactionState.restored

A transaction that restores content previously purchased by the user.

## Declaration

```swift
case restored
```

## Mentioned in

Processing a transaction Restoring purchased products Supporting Family Sharing in your app

## Discussion

Discussion Read the original property to obtain information about the original purchase.

## See Also

### Constants

- [SKPaymentTransactionState.purchasing](storekit/skpaymenttransactionstate/purchasing.md)
- [SKPaymentTransactionState.purchased](storekit/skpaymenttransactionstate/purchased.md)
- [SKPaymentTransactionState.failed](storekit/skpaymenttransactionstate/failed.md)
- [SKPaymentTransactionState.deferred](storekit/skpaymenttransactionstate/deferred.md)
