transactionTimeStamp property

double? transactionTimeStamp
final

The timestamp of the transaction.

Seconds since epoch. It is only defined when the transactionState is SKPaymentTransactionStateWrapper.purchased or SKPaymentTransactionStateWrapper.restored. Otherwise, the value is null.

Implementation

final double? transactionTimeStamp;