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

Request to credit a specified amount of a given currency to a wallet. More...

#include <LootLockerBalanceRequestHandler.h>

Data Fields

FString Amount = ""
 Amount of the given currency to debit/credit to/from the given wallet.
 
FString Currency_id = ""
 The id of the currency that the amount is given in.
 
FString Wallet_id = ""
 The id of the wallet to credit/debit to/from.
 

Detailed Description

Request to credit a specified amount of a given currency to a wallet.

Field Documentation

◆ Amount

FString FLootLockerCreditRequest::Amount = ""

Amount of the given currency to debit/credit to/from the given wallet.

◆ Currency_id

FString FLootLockerCreditRequest::Currency_id = ""

The id of the currency that the amount is given in.

◆ Wallet_id

FString FLootLockerCreditRequest::Wallet_id = ""

The id of the wallet to credit/debit to/from.