C# Class PlayFab.ClientModels.GetPlayerTradesResponse

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

Public Properties

Property Type Description
AcceptedTrades List
OpenedTrades List

Property Details

AcceptedTrades public property

History of trades which this player has accepted.
public List AcceptedTrades
return List

OpenedTrades public property

The trades for this player which are currently available to be accepted.
public List OpenedTrades
return List