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