originalTransaction property
The original Transaction.
Only available if the transactionState is SKPaymentTransactionStateWrapper.restored.
Otherwise the value is null
.
When the transactionState is SKPaymentTransactionStateWrapper.restored, the current transaction object holds a new transactionIdentifier.
Implementation
final SKPaymentTransactionWrapper? originalTransaction;