TRReward constructor

TRReward({
  1. String? transactionIdentifier,
  2. String? placementIdentifier,
  3. String? currencyName,
  4. double? rewardAmount,
  5. PayoutTypes? payoutEventType,
  6. String? placementTag,
})

Implementation

TRReward({
  this.transactionIdentifier,
  this.placementIdentifier,
  this.currencyName,
  this.rewardAmount,
  this.payoutEventType,
  this.placementTag,
});