C# 클래스 PlayFab.ClientModels.TradeInfo

파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer

공개 프로퍼티들

프로퍼티 타입 설명
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