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

Request to redeem a Google Play Store purchase for the current player using a product identifier and purchase token. More...

#include <LootLockerPurchasesRequestHandler.h>

Inheritance diagram for FLootLockerRedeemGooglePlayStorePurchaseForPlayerRequest:

Data Fields

FString Product_id = ""
 The id of the product that this redemption refers to.
 
FString Purchase_token = ""
 The token from the purchase successfully made towards the Google Play Store.
 

Detailed Description

Request to redeem a Google Play Store purchase for the current player using a product identifier and purchase token.

Field Documentation

◆ Product_id

FString FLootLockerRedeemGooglePlayStorePurchaseForPlayerRequest::Product_id = ""

The id of the product that this redemption refers to.

◆ Purchase_token

FString FLootLockerRedeemGooglePlayStorePurchaseForPlayerRequest::Purchase_token = ""

The token from the purchase successfully made towards the Google Play Store.