var productIdentifier : String
The product identifier.
var purchaseDate : Date
The date that App Store charged the user’s account for a purchased or restored product, or for a subscription purchase or renewal after a lapse.
var quantity: Int
The number of consumable products purchased.
var sk1Transaction: SK1Transaction?
Returns the
SKPaymentTransaction
if this StoreTransaction
represents a SKPaymentTransaction
.var sk2Transaction: SK2Transaction?
Returns the
StoreKit.Transaction
if this StoreTransaction
represents a StoreKit.Transaction
.var transactionIdentifier : String
The unique identifier for the transaction.