C# 클래스 PlayFab.ClientModels.AcceptTradeRequest

상속: PlayFabRequestCommon
파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AcceptedInventoryInstanceIds List
OfferingPlayerId string
TradeId string

프로퍼티 상세

AcceptedInventoryInstanceIds 공개적으로 프로퍼티

Items from the accepting player's or guild's inventory in exchange for the offered items in the trade. In the case of a gift, this will be null.
public List AcceptedInventoryInstanceIds
리턴 List

OfferingPlayerId 공개적으로 프로퍼티

Player who opened the trade.
public string OfferingPlayerId
리턴 string

TradeId 공개적으로 프로퍼티

Trade identifier.
public string TradeId
리턴 string