LootLocker Unity SDK 8.0.0
Game backend SDK for Unity
Loading...
Searching...
No Matches
LootLocker.Requests.LootLockerInventory Class Reference

A single item in a player's inventory, combining asset details with instance-specific metadata. More...

Properties

int instance_id [get, set]
 The unique identifier for this specific inventory instance.
 
int? variation_id [get, set]
 The id of the asset variation for this item, or null for the default variation.
 
string rental_option_id [get, set]
 The id of the rental option used to acquire this item, or null if not rented.
 
string acquisition_source [get, set]
 The source through which this item was acquired (e.g. "purchase", "grant").
 
DateTime? acquisition_date [get, set]
 When this item was acquired, or null if the date is not available.
 
LootLockerCommonAsset asset [get, set]
 Full asset details for this inventory item.
 
LootLockerRental rental [get, set]
 Rental status for this item, if it was acquired as a rental.
 
float balance [get, set]
 The current balance associated with this inventory item.
 

Detailed Description

A single item in a player's inventory, combining asset details with instance-specific metadata.