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
ClientModels
StartPurchaseResult
C# Class PlayFab.ClientModels.StartPurchaseResult
Inheritance:
PlayFab.SharedModels.PlayFabResultCommon
Show file
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 property
Cart items to be purchased.
public
List
Contents
return
List
OrderId
public property
Purchase order identifier.
public
string
OrderId
return
string
PaymentOptions
public property
Available methods by which the user can pay.
public
List
PaymentOptions
return
List
VirtualCurrencyBalances
public property
Current virtual currency totals for the user.
public
Dictionary
VirtualCurrencyBalances
return
int>.Dictionary