C# Class PlayFab.ClientModels.StartPurchaseResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Exibir arquivo 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