LootLocker Unreal Server SDK 6.5.0
Server-side backend SDK for Unreal Engine
Loading...
Searching...
No Matches
FLootLockerServerCreditRequest Struct Reference

#include <LootLockerServerBalanceRequest.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.
 

Field Documentation

◆ Amount

FString FLootLockerServerCreditRequest::Amount

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

◆ Currency_id

FString FLootLockerServerCreditRequest::Currency_id

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

◆ Wallet_id

FString FLootLockerServerCreditRequest::Wallet_id

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