C# Class PlayFab.ClientModels.VirtualCurrencyRechargeTime

Inheritance: PlayFabModelBase
Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
RechargeMax int
RechargeTime System.DateTime
SecondsToRecharge int

Property Details

RechargeMax public 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 property

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

SecondsToRecharge public property

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