Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
PlayFab
AdminModels
SubtractUserVirtualCurrencyRequest
C# Class PlayFab.AdminModels.SubtractUserVirtualCurrencyRequest
Inheritance:
PlayFabRequestCommon
Show file
Open project: PlayFab/PlayFabGameServer
Class Usage Examples
Public Properties
Property
Type
Description
Amount
int
PlayFabId
string
VirtualCurrency
string
Property Details
Amount
public property
Amount to be subtracted from the user balance of the specified virtual currency.
public
int
Amount
return
int
PlayFabId
public property
PlayFab unique identifier of the user whose virtual currency balance is to be decreased.
public
string
PlayFabId
return
string
VirtualCurrency
public property
Name of the virtual currency which is to be decremented.
public
string
VirtualCurrency
return
string