My Project
Loading...
Searching...
No Matches
Public Attributes | List of all members
PlayFab.ClientModels.TradeInfo Class Reference
Inheritance diagram for PlayFab.ClientModels.TradeInfo:
PlayFab.SharedModels.PlayFabBaseModel

Public Attributes

List< string > AcceptedInventoryInstanceIds
 Item instances from the accepting player that are used to fulfill the trade. If null, no one has accepted the trade.
 
string AcceptedPlayerId
 The PlayFab ID of the player who accepted the trade. If null, no one has accepted the trade.
 
List< string > AllowedPlayerIds
 An optional list of players allowed to complete this trade. If null, anybody can complete the trade.
 
DateTime? CancelledAt
 If set, The UTC time when this trade was canceled.
 
DateTime? FilledAt
 If set, The UTC time when this trade was fulfilled.
 
DateTime? InvalidatedAt
 If set, The UTC time when this trade was made invalid.
 
List< string > OfferedCatalogItemIds
 The catalogItem Ids of the item instances being offered.
 
List< string > OfferedInventoryInstanceIds
 The itemInstance Ids that are being offered.
 
string OfferingPlayerId
 The PlayFabId for the offering player.
 
DateTime? OpenedAt
 The UTC time when this trade was created.
 
List< string > RequestedCatalogItemIds
 The catalogItem Ids requested in exchange.
 
TradeStatus? Status
 Describes the current state of this trade.
 
string TradeId
 The identifier for this trade.
 

Additional Inherited Members

- Public Member Functions inherited from PlayFab.SharedModels.PlayFabBaseModel
string ToJson ()
 

The documentation for this class was generated from the following file: