C# Класс PlayFab.ClientModels.AcceptTradeRequest

Наследование: PlayFabRequestCommon
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
AcceptedInventoryInstanceIds List
OfferingPlayerId string
TradeId string

Описание свойств

AcceptedInventoryInstanceIds публичное свойство

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
Результат List

OfferingPlayerId публичное свойство

Player who opened the trade.
public string OfferingPlayerId
Результат string

TradeId публичное свойство

Trade identifier.
public string TradeId
Результат string