SK2TransactionMessage constructor
SK2TransactionMessage({})
Implementation
SK2TransactionMessage({
required this.id,
required this.originalId,
required this.productId,
required this.purchaseDate,
this.expirationDate,
this.purchasedQuantity = 1,
this.appAccountToken,
this.restoring = false,
this.receiptData,
this.error,
});