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
AcceptTradeRequest
C# Class PlayFab.ClientModels.AcceptTradeRequest
Inheritance:
PlayFabRequestCommon
显示文件
Open project: PlayFab/PlayFabGameServer
Class Usage Examples
Public Properties
Property
Type
Description
AcceptedInventoryInstanceIds
List
OfferingPlayerId
string
TradeId
string
Property Details
AcceptedInventoryInstanceIds
public_oe property
Items from the accepting player's or guild's inventory in exchange for the offered items in the trade. In the case of a gift, this will be null.
public
List
AcceptedInventoryInstanceIds
return
List
OfferingPlayerId
public_oe property
Player who opened the trade.
public
string
OfferingPlayerId
return
string
TradeId
public_oe property
Trade identifier.
public
string
TradeId
return
string