C# Class PlayFab.ClientModels.TradeInfo

Afficher le fichier Open project: PlayFab/PlayFabGameServer

Méthodes publiques

Свойство Type Description
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

Property Details

AcceptedInventoryInstanceIds public_oe property

Item instances from the accepting player that are used to fulfill the trade. If null, no one has accepted the trade.
public List AcceptedInventoryInstanceIds
Résultat List

AcceptedPlayerId public_oe property

The PlayFab ID of the player who accepted the trade. If null, no one has accepted the trade.
public string AcceptedPlayerId
Résultat string

AllowedPlayerIds public_oe property

An optional list of players allowed to complete this trade. If null, anybody can complete the trade.
public List AllowedPlayerIds
Résultat List

CancelledAt public_oe property

If set, The UTC time when this trade was canceled.
public DateTime? CancelledAt
Résultat DateTime?

FilledAt public_oe property

If set, The UTC time when this trade was fulfilled.
public DateTime? FilledAt
Résultat DateTime?

InvalidatedAt public_oe property

If set, The UTC time when this trade was made invalid.
public DateTime? InvalidatedAt
Résultat DateTime?

OfferedCatalogItemIds public_oe property

The catalogItem Ids of the item instances being offered.
public List OfferedCatalogItemIds
Résultat List

OfferedInventoryInstanceIds public_oe property

The itemInstance Ids that are being offered.
public List OfferedInventoryInstanceIds
Résultat List

OfferingPlayerId public_oe property

The PlayFabId for the offering player.
public string OfferingPlayerId
Résultat string

OpenedAt public_oe property

The UTC time when this trade was created.
public DateTime? OpenedAt
Résultat DateTime?

RequestedCatalogItemIds public_oe property

The catalogItem Ids requested in exchange.
public List RequestedCatalogItemIds
Résultat List

Status public_oe property

Describes the current state of this trade.
public TradeStatus? Status
Résultat TradeStatus?

TradeId public_oe property

The identifier for this trade.
public string TradeId
Résultat string