LootLocker Unreal SDK 10.4.0
Game backend SDK for Unreal Engine
Loading...
Searching...
No Matches
FLootLockerRefundByEntitlementIdsResponse Struct Reference

#include <LootLockerPurchasesRequestHandler.h>

Inheritance diagram for FLootLockerRefundByEntitlementIdsResponse:
Collaboration diagram for FLootLockerRefundByEntitlementIdsResponse:

Data Fields

TArray< FLootLockerRefundPlayerInventoryEventplayer_inventory_events
 Assets that were added or removed from the player's inventory as part of the refund.
 
TArray< FLootLockerRefundCurrencyEntrycurrency_refunded
 Currency amounts credited back to the player's wallet (the purchase price being returned)
 
TArray< FLootLockerRefundCurrencyEntrycurrency_clawback
 Currency amounts debited from the player's wallet (currency rewards from the entitlement being reclaimed)
 
TArray< FLootLockerRefundWarningwarnings
 Warnings encountered during refund processing, grouped by entitlement.
 
- Data Fields inherited from FLootLockerResponse
bool success = false
 Whether this request was a success.
 
int StatusCode = 0
 HTTP Status code from the request to LootLockers backend.
 
FString FullTextFromServer = ""
 Raw text/http body from the server response.
 
FLootLockerErrorData ErrorData
 If this request was not a success, this structure holds all the information needed to identify the problem.
 
FLootLockerRequestContext Context
 Context for the request.
 

Field Documentation

◆ currency_clawback

TArray<FLootLockerRefundCurrencyEntry> FLootLockerRefundByEntitlementIdsResponse::currency_clawback

Currency amounts debited from the player's wallet (currency rewards from the entitlement being reclaimed)

◆ currency_refunded

TArray<FLootLockerRefundCurrencyEntry> FLootLockerRefundByEntitlementIdsResponse::currency_refunded

Currency amounts credited back to the player's wallet (the purchase price being returned)

◆ player_inventory_events

TArray<FLootLockerRefundPlayerInventoryEvent> FLootLockerRefundByEntitlementIdsResponse::player_inventory_events

Assets that were added or removed from the player's inventory as part of the refund.

◆ warnings

TArray<FLootLockerRefundWarning> FLootLockerRefundByEntitlementIdsResponse::warnings

Warnings encountered during refund processing, grouped by entitlement.

A non-empty warnings array does not mean the refund failed — it means some aspects could not be fully reversed.