C# Class PlayFab.ClientModels.OpenTradeRequest

Inheritance: PlayFabRequestCommon
Mostrar archivo Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
AllowedPlayerIds List
OfferedInventoryInstanceIds List
RequestedCatalogItemIds List

Property Details

AllowedPlayerIds public_oe property

Players who are allowed to accept the trade. If null, the trade may be accepted by any player. If empty, the trade may not be accepted by any player.
public List AllowedPlayerIds
return List

OfferedInventoryInstanceIds public_oe property

Player inventory items offered for trade. If not set, the trade is effectively a gift request
public List OfferedInventoryInstanceIds
return List

RequestedCatalogItemIds public_oe property

Catalog items accepted for the trade. If not set, the trade is effectively a gift.
public List RequestedCatalogItemIds
return List