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

Represents a single warning detail for a refund. More...

Properties

LootLockerRefundWarningType type [get, set]
 The warning category: non_reversible_rewards if rewards granted cannot be automatically clawed back, insufficient_funds if the player does not have enough currency balance to cover the clawback, already_refunded if the entitlement was already refunded before this request, refund_failed if the entitlement could not be refunded due to an unexpected error.
 
string message [get, set]
 Human-readable explanation of the warning.
 
LootLockerRefundNonReversibleReward[] rewards [get, set]
 The specific rewards that could not be reversed.
 

Detailed Description

Represents a single warning detail for a refund.

Property Documentation

◆ rewards

LootLockerRefundNonReversibleReward [] LootLocker.Requests.LootLockerRefundWarningDetail.rewards
getset

The specific rewards that could not be reversed.

Only present when type is "non_reversible_rewards".