LootLocker Unity SDK 8.1.1
Game backend SDK for Unity
Loading...
Searching...
No Matches
LootLocker.Requests.LootLockerListCatalogItemsByIdEntry Class Reference

A catalog entry with entity details inlined directly. More...

Inheritance diagram for LootLocker.Requests.LootLockerListCatalogItemsByIdEntry:
Collaboration diagram for LootLocker.Requests.LootLockerListCatalogItemsByIdEntry:

Properties

LootLockerAssetDetails asset_detail [get, set]
 Asset details inlined, non-null when entity_kind is asset.
 
LootLockerCurrencyDetails currency_detail [get, set]
 Currency details inlined, non-null when entity_kind is currency.
 
LootLockerProgressionPointDetails progression_point_detail [get, set]
 Progression point details inlined, non-null when entity_kind is progression_points.
 
LootLockerProgressionResetDetails progression_reset_detail [get, set]
 Progression reset details inlined, non-null when entity_kind is progression_reset.
 
LootLockerInlinedGroupDetailsWithAssociations group_detail [get, set]
 Group details inlined, non-null when entity_kind is group.
 
LootLockerMetadataEntry[] metadata [get, set]
 Metadata entries.
 
- 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.
 

Detailed Description

A catalog entry with entity details inlined directly.

Used by the GetCatalogItemsByID endpoint.

Property Documentation

◆ metadata

LootLockerMetadataEntry [] LootLocker.Requests.LootLockerListCatalogItemsByIdEntry.metadata
getset

Metadata entries.

Populated when includes.metadata is set.