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

#include <LootLockerServerBalanceRequest.h>

Collaboration diagram for FLootLockerServerBalance:

Data Fields

FString Amount
 Current amount of the given currency in this wallet.
 
FLootLockerServerCurrency Currency
 Information about the currency that this balance is in.
 
FString Wallet_id
 The id of the wallet holding this balance.
 
FString Created_at
 The time that this balance was created.
 
ELootLockerServerWalletHolderTypes Holder_type = ELootLockerServerWalletHolderTypes::player
 The type of holder that this holder id refers to.
 
FString Holder_id
 ULID of the holder you want to create a wallet for.
 

Field Documentation

◆ Amount

FString FLootLockerServerBalance::Amount

Current amount of the given currency in this wallet.

◆ Created_at

FString FLootLockerServerBalance::Created_at

The time that this balance was created.

◆ Currency

FLootLockerServerCurrency FLootLockerServerBalance::Currency

Information about the currency that this balance is in.

◆ Holder_id

FString FLootLockerServerBalance::Holder_id

ULID of the holder you want to create a wallet for.

◆ Holder_type

The type of holder that this holder id refers to.

◆ Wallet_id

FString FLootLockerServerBalance::Wallet_id

The id of the wallet holding this balance.