Reward Redemption
constructor(id: Int, transactionId: String, status: RedemptionStatus, quantity: Int, cost: RewardValue?, requestedAt: Calendar, expiryAt: Calendar?, reward: RewardBase?, balance: RewardValue?)
Parameters
id
The ID of the reward in the reward store.
transaction Id
Unique identifier for the transaction.
status
Status of the redemption.
quantity
Number of reward items included in this redemption.
cost
The cost of the award.
requested At
When the redemption was requested.
expiry At
When the redemption expires.
reward
The reward.
balance
The available balance.