![]() |
LootLocker Unity SDK 8.0.0
Game backend SDK for Unity
|
A single entry in a LootLocker catalog, combining entity metadata with prices and store listings. More...

Public Member Functions | |
| LootLockerItemDetailsKey | GetItemDetailsKey () |
| Function to help identify details simpler. | |
Properties | |
| string | created_at [get, set] |
| The time when this catalog entry was created. | |
| LootLockerCatalogEntryListings | listings [get, set] |
| All the listings configured for this catalog entry. | |
| LootLockerCatalogEntryEntityKind | entity_kind [get, set] |
| The kind of entity that this entry is. | |
| string | entity_name [get, set] |
| The name of this entity. | |
| LootLockerCatalogEntryPrice[] | prices [get, set] |
| A list of prices for this catalog entry. | |
| string | entity_id [get, set] |
| The unique id of the entity that this entry refers to. | |
| string | catalog_listing_id [get, set] |
| A unique listing id for this entry in this catalog, grouping the entity and the prices. | |
| bool | purchasable [get, set] |
| Whether this entry is currently purchasable. | |
| bool | non_refundable [get, set] |
| Whether this entry is refundable. | |
A single entry in a LootLocker catalog, combining entity metadata with prices and store listings.
|
inline |
Function to help identify details simpler.
|
getset |
A unique listing id for this entry in this catalog, grouping the entity and the prices.
This is the key you use to look up details about the entity in the structure signified by the entity_kind.
|
getset |
The kind of entity that this entry is.
This signifies in which lookup structure to find the details of this entry by using the catalog_listing_id.
|
getset |
Whether this entry is refundable.
If false, purchases of this entry cannot be refunded.