Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
PlayFab
ClientModels
ConfirmPurchaseResult
C# Class PlayFab.ClientModels.ConfirmPurchaseResult
Inheritance:
PlayFab.SharedModels.PlayFabResultCommon
显示文件
Open project: PlayFab/PlayFabGameServer
Public Properties
Property
Type
Description
Items
List
OrderId
string
PurchaseDate
System.DateTime
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
PurchaseDate
public_oe property
Date and time of the purchase.
public
DateTime,System
PurchaseDate
return
System.DateTime