C# Class PlayFab.ClientModels.TradeInfo

Exibir arquivo Open project: PlayFab/PlayFabGameServer

Public Properties

Property 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
return 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
return 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
return List

CancelledAt public_oe property

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

FilledAt public_oe property

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

InvalidatedAt public_oe property

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

OfferedCatalogItemIds public_oe property

The catalogItem Ids of the item instances being offered.
public List OfferedCatalogItemIds
return List

OfferedInventoryInstanceIds public_oe property

The itemInstance Ids that are being offered.
public List OfferedInventoryInstanceIds
return List

OfferingPlayerId public_oe property

The PlayFabId for the offering player.
public string OfferingPlayerId
return string

OpenedAt public_oe property

The UTC time when this trade was created.
public DateTime? OpenedAt
return DateTime?

RequestedCatalogItemIds public_oe property

The catalogItem Ids requested in exchange.
public List RequestedCatalogItemIds
return List

Status public_oe property

Describes the current state of this trade.
public TradeStatus? Status
return TradeStatus?

TradeId public_oe property

The identifier for this trade.
public string TradeId
return string