C# Class PlayFab.ClientModels.GetTradeStatusRequest

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

Public Properties

Property Type Description
OfferingPlayerId string
TradeId string

Property Details

OfferingPlayerId public property

Player who opened trade.
public string OfferingPlayerId
return string

TradeId public property

Trade identifier as returned by OpenTradeOffer.
public string TradeId
return string