Class GetInventoryOptions
Options for a GetInventoryAsync call.
Inherited Members
Namespace: Unity.Services.Economy
Assembly: solution.dll
Syntax
public class GetInventoryOptions
Fields
Name | Description |
---|---|
InventoryItemIds | The configuration IDs of the items you want to retrieve. |
ItemsPerFetch | Used to specify the number of items to fetch per request. Defaults to 20 items. |
PlayersInventoryItemIds | The PlayersInventoryItem IDs of the items in the players inventory that you want to retrieve. |