C# Class PlayFab.ClientModels.GetCharacterInventoryResult

Inheritance: PlayFabModelBase
Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
CharacterId string
Inventory List
VirtualCurrency int>.Dictionary
VirtualCurrencyRechargeTimes VirtualCurrencyRechargeTime>.Dictionary

Property Details

CharacterId public property

Unique identifier of the character for this inventory.
public string CharacterId
return string

Inventory public property

Array of inventory items belonging to the character.
public List Inventory
return List

VirtualCurrency public property

Array of virtual currency balance(s) belonging to the character.
public Dictionary VirtualCurrency
return int>.Dictionary

VirtualCurrencyRechargeTimes public property

Array of remaining times and timestamps for virtual currencies.
public Dictionary VirtualCurrencyRechargeTimes
return VirtualCurrencyRechargeTime>.Dictionary