![]() |
LootLocker Unity SDK 8.0.0
Game backend SDK for Unity
|
A catalog entry with all relevant entity details inlined for convenient access without separate lookup maps. More...


Properties | |
| LootLockerAssetDetails | asset_details [get, set] |
| Asset details inlined for this catalog entry, will be null if the entity_kind is not asset. | |
| List< LootLockerAssetDetails > | optional_asset_detail_variants [get, set] |
| This is a list of potentially matching asset details for this catalog entry, in case there are multiple variations / rental options Asset Variations and Rental Options are deprecated features, this is added for backward compatibility only. | |
| LootLockerProgressionPointDetails | progression_point_details [get, set] |
| Progression point details inlined for this catalog entry, will be null if the entity_kind is not progression_points. | |
| LootLockerProgressionResetDetails | progression_reset_details [get, set] |
| Progression reset details inlined for this catalog entry, will be null if the entity_kind is not progression_reset. | |
| LootLockerCurrencyDetails | currency_details [get, set] |
| Currency details inlined for this catalog entry, will be null if the entity_kind is not currency. | |
| LootLockerInlinedGroupDetails | group_details [get, set] |
| Group details inlined for this catalog entry, will be null if the entity_kind is not group. | |
Properties inherited from LootLocker.Requests.LootLockerCatalogEntry | |
| 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. | |
Additional Inherited Members | |
Public Member Functions inherited from LootLocker.Requests.LootLockerCatalogEntry | |
| LootLockerItemDetailsKey | GetItemDetailsKey () |
| Function to help identify details simpler. | |
A catalog entry with all relevant entity details inlined for convenient access without separate lookup maps.