Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
PlayFab
ClientModels
StartPurchaseResult
C# Class PlayFab.ClientModels.StartPurchaseResult
Inheritance:
PlayFab.SharedModels.PlayFabResultCommon
显示文件
Open project: PlayFab/PlayFabGameServer
Class Usage Examples
Public Properties
Property
Type
Description
Contents
List
OrderId
string
PaymentOptions
List
VirtualCurrencyBalances
int>.Dictionary
Property Details
Contents
public_oe property
Cart items to be purchased.
public
List
Contents
return
List
OrderId
public_oe property
Purchase order identifier.
public
string
OrderId
return
string
PaymentOptions
public_oe property
Available methods by which the user can pay.
public
List
PaymentOptions
return
List
VirtualCurrencyBalances
public_oe property
Current virtual currency totals for the user.
public
Dictionary
VirtualCurrencyBalances
return
int>.Dictionary