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

Request to debit a specified amount of a given currency from 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 debit a specified amount of a given currency from a wallet.

Field Documentation

◆ Amount

FString FLootLockerDebitRequest::Amount = ""

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

◆ Currency_id

FString FLootLockerDebitRequest::Currency_id = ""

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

◆ Wallet_id

FString FLootLockerDebitRequest::Wallet_id = ""

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