Transaction constructor
Transaction({})
Implementation
Transaction({
required this.id,
required this.productId,
required this.bundleId,
required this.purchaseTime,
required this.originalPurchaseTime,
required this.expireTime,
required this.rawJson,
});