C# Class PlayFab.ClientModels.GetPlayerTradesRequest

Inheritance: PlayFabRequestCommon
Show file Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
StatusFilter TradeStatus?

Property Details

StatusFilter public property

Returns only trades with the given status. If null, returns all trades.
public TradeStatus? StatusFilter
return TradeStatus?