VirtualCurrency
class VirtualCurrency(val balance: Int, val name: String, val code: String, val serverDescription: String?)
The VirtualCurrency object represents information about a virtual currency in the app. Use this object to access information about a virtual currency, such as its current balance.