TransactionData constructor
TransactionData({})
Implementation
TransactionData({
this.transactionId,
this.productId,
this.transactionDate,
this.originalTransactionId,
this.status,
this.json,
this.appAccountToken
});