C# Class PlayFab.ClientModels.AcceptTradeRequest

Inheritance: PlayFabRequestCommon
Exibir arquivo Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
AcceptedInventoryInstanceIds List
OfferingPlayerId string
TradeId string

Property Details

AcceptedInventoryInstanceIds public_oe 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_oe property

Player who opened the trade.
public string OfferingPlayerId
return string

TradeId public_oe property

Trade identifier.
public string TradeId
return string