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

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

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

Свойство Тип Описание
AllowedPlayerIds List
OfferedInventoryInstanceIds List
RequestedCatalogItemIds List

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

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

Players who are allowed to accept the trade. If null, the trade may be accepted by any player. If empty, the trade may not be accepted by any player.
public List AllowedPlayerIds
Результат List

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

Player inventory items offered for trade. If not set, the trade is effectively a gift request
public List OfferedInventoryInstanceIds
Результат List

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

Catalog items accepted for the trade. If not set, the trade is effectively a gift.
public List RequestedCatalogItemIds
Результат List