C# Class PlayFab.ClientModels.ConfirmPurchaseResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
Items List
OrderId string
PurchaseDate System.DateTime

Property Details

Items public property

Array of items purchased.
public List Items
return List

OrderId public property

Purchase order identifier.
public string OrderId
return string

PurchaseDate public property

Date and time of the purchase.
public DateTime,System PurchaseDate
return System.DateTime