C# Class PlayFab.ClientModels.GetPlayerTradesRequest

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

Public Properties

Property Type Description
StatusFilter TradeStatus?

Property Details

StatusFilter public_oe property

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