C# Class PlayFab.ClientModels.ConfirmPurchaseResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Afficher le fichier Open project: PlayFab/PlayFabGameServer

Méthodes publiques

Свойство Type Description
Items List
OrderId string
PurchaseDate System.DateTime

Property Details

Items public_oe property

Array of items purchased.
public List Items
Résultat List

OrderId public_oe property

Purchase order identifier.
public string OrderId
Résultat string

PurchaseDate public_oe property

Date and time of the purchase.
public DateTime,System PurchaseDate
Résultat System.DateTime