Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
PlayFab
AdminModels
SubtractUserVirtualCurrencyRequest
C# Class PlayFab.AdminModels.SubtractUserVirtualCurrencyRequest
Inheritance:
PlayFabRequestCommon
Afficher le fichier
Open project: PlayFab/PlayFabGameServer
Class Usage Examples
Méthodes publiques
Свойство
Type
Description
Amount
int
PlayFabId
string
VirtualCurrency
string
Property Details
Amount
public_oe property
Amount to be subtracted from the user balance of the specified virtual currency.
public
int
Amount
Résultat
int
PlayFabId
public_oe property
PlayFab unique identifier of the user whose virtual currency balance is to be decreased.
public
string
PlayFabId
Résultat
string
VirtualCurrency
public_oe property
Name of the virtual currency which is to be decremented.
public
string
VirtualCurrency
Résultat
string