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

A single entry in a LootLocker catalog, combining entity metadata with prices and store listings. More...

Inheritance diagram for LootLocker.Requests.LootLockerCatalogEntry:

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.
 

Detailed Description

A single entry in a LootLocker catalog, combining entity metadata with prices and store listings.

Member Function Documentation

◆ GetItemDetailsKey()

LootLockerItemDetailsKey LootLocker.Requests.LootLockerCatalogEntry.GetItemDetailsKey ( )
inline

Function to help identify details simpler.

Returns
The identifier for looking up details

Property Documentation

◆ catalog_listing_id

string LootLocker.Requests.LootLockerCatalogEntry.catalog_listing_id
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.

◆ entity_kind

LootLockerCatalogEntryEntityKind LootLocker.Requests.LootLockerCatalogEntry.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.

◆ non_refundable

bool LootLocker.Requests.LootLockerCatalogEntry.non_refundable
getset

Whether this entry is refundable.

If false, purchases of this entry cannot be refunded.