LootLocker Unreal SDK 10.5.0
Game backend SDK for Unreal Engine
Loading...
Searching...
No Matches
FLootLockerRedeemXboxStorePurchaseForClassRequest Struct Reference

Request to redeem an Xbox Store purchase for a class. More...

#include <LootLockerPurchasesRequestHandler.h>

Inheritance diagram for FLootLockerRedeemXboxStorePurchaseForClassRequest:
Collaboration diagram for FLootLockerRedeemXboxStorePurchaseForClassRequest:

Data Fields

int Class_id = 0
 The id of the class to redeem this purchase for.
 
- Data Fields inherited from FLootLockerRedeemXboxStorePurchaseForPlayerRequest
FString User_collections_id = ""
 The Xbox user collections ID (JWT) that identifies the user making the purchase.
 
FString Product_id = ""
 The id of the Xbox Store product to redeem.
 

Detailed Description

Request to redeem an Xbox Store purchase for a class.

Field Documentation

◆ Class_id

int FLootLockerRedeemXboxStorePurchaseForClassRequest::Class_id = 0

The id of the class to redeem this purchase for.