C# Class PlayFab.ClientModels.VirtualCurrencyRechargeTime

Inheritance: PlayFabModelBase
显示文件 Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
RechargeMax int
RechargeTime System.DateTime
SecondsToRecharge int

Property Details

RechargeMax public_oe property

Maximum value to which the regenerating currency will automatically increment. Note that it can exceed this value through use of the AddUserVirtualCurrency API call. However, it will not regenerate automatically until it has fallen below this value.
public int RechargeMax
return int

RechargeTime public_oe property

Server timestamp in UTC indicating the next time the virtual currency will be incremented.
public DateTime,System RechargeTime
return System.DateTime

SecondsToRecharge public_oe property

Time remaining (in seconds) before the next recharge increment of the virtual currency.
public int SecondsToRecharge
return int