C# Class PlayFab.ClientModels.AcceptTradeRequest

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

Public Properties

Property Type Description
AcceptedInventoryInstanceIds List
OfferingPlayerId string
TradeId string

Property Details

AcceptedInventoryInstanceIds public 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 property

Player who opened the trade.
public string OfferingPlayerId
return string

TradeId public property

Trade identifier.
public string TradeId
return string