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

Request to redeem an Xbox Store purchase for the current player. More...

#include <LootLockerPurchasesRequestHandler.h>

Inheritance diagram for FLootLockerRedeemXboxStorePurchaseForPlayerRequest:

Data Fields

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 the current player.

Field Documentation

◆ Product_id

FString FLootLockerRedeemXboxStorePurchaseForPlayerRequest::Product_id = ""

The id of the Xbox Store product to redeem.

◆ User_collections_id

FString FLootLockerRedeemXboxStorePurchaseForPlayerRequest::User_collections_id = ""

The Xbox user collections ID (JWT) that identifies the user making the purchase.