Contents

original

The transaction that was restored by the App Store.

Declaration

var original: SKPaymentTransaction? { get }

Mentioned in

Discussion

The contents of this property are undefined except when transactionState is set to SKPaymentTransactionState.restored. When a transaction is restored, the current transaction holds a new transaction identifier, receipt, and so on. Your application will read this property to retrieve the restored transaction.

See Also

Getting Transaction Information