LootLocker Unity SDK 8.0.0
Game backend SDK for Unity
Loading...
Searching...
No Matches
LootLocker.Requests.LootLockerRefundNonReversibleReward Class Reference

Represents a non-reversible reward that was granted alongside an entitlement and could not be clawed back. More...

Properties

LootLockerRefundNonReversibleRewardKind kind [get, set]
 The kind of non-reversible reward: progression_points if points were added to a progression, progression_reset if a progression was reset to its initial state.
 
string id [get, set]
 The ULID of the progression that was affected.
 
string name [get, set]
 Display name of the progression.
 
string amount [get, set]
 The number of points that were granted and cannot be reversed.
 

Detailed Description

Represents a non-reversible reward that was granted alongside an entitlement and could not be clawed back.

Property Documentation

◆ amount

string LootLocker.Requests.LootLockerRefundNonReversibleReward.amount
getset

The number of points that were granted and cannot be reversed.

Only present for kind "progression_points".