C# Class PlayFab.ClientModels.GetPurchaseResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Datei anzeigen Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
Items List
OrderId string
PaymentProvider string
PurchaseDate System.DateTime
TransactionId string
TransactionStatus string

Property Details

Items public_oe property

Array of items purchased.
public List Items
return List

OrderId public_oe property

Purchase order identifier.
public string OrderId
return string

PaymentProvider public_oe property

Payment provider used for transaction (If not VC)
public string PaymentProvider
return string

PurchaseDate public_oe property

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

TransactionId public_oe property

Provider transaction ID (If not VC)
public string TransactionId
return string

TransactionStatus public_oe property

PlayFab transaction status
public string TransactionStatus
return string