RewardRedemption

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.

transactionId

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.

requestedAt

When the redemption was requested.

expiryAt

When the redemption expires.

reward

The reward.

balance

The available balance.