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

Показать файл Открыть проект

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

Свойство Тип Описание
AcceptedInventoryInstanceIds List
AcceptedPlayerId string
AllowedPlayerIds List
CancelledAt DateTime?
FilledAt DateTime?
InvalidatedAt DateTime?
OfferedCatalogItemIds List
OfferedInventoryInstanceIds List
OfferingPlayerId string
OpenedAt DateTime?
RequestedCatalogItemIds List
Status TradeStatus?
TradeId string

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

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

Item instances from the accepting player that are used to fulfill the trade. If null, no one has accepted the trade.
public List AcceptedInventoryInstanceIds
Результат List

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

The PlayFab ID of the player who accepted the trade. If null, no one has accepted the trade.
public string AcceptedPlayerId
Результат string

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

An optional list of players allowed to complete this trade. If null, anybody can complete the trade.
public List AllowedPlayerIds
Результат List

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

If set, The UTC time when this trade was canceled.
public DateTime? CancelledAt
Результат DateTime?

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

If set, The UTC time when this trade was fulfilled.
public DateTime? FilledAt
Результат DateTime?

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

If set, The UTC time when this trade was made invalid.
public DateTime? InvalidatedAt
Результат DateTime?

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

The catalogItem Ids of the item instances being offered.
public List OfferedCatalogItemIds
Результат List

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

The itemInstance Ids that are being offered.
public List OfferedInventoryInstanceIds
Результат List

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

The PlayFabId for the offering player.
public string OfferingPlayerId
Результат string

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

The UTC time when this trade was created.
public DateTime? OpenedAt
Результат DateTime?

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

The catalogItem Ids requested in exchange.
public List RequestedCatalogItemIds
Результат List

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

Describes the current state of this trade.
public TradeStatus? Status
Результат TradeStatus?

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

The identifier for this trade.
public string TradeId
Результат string