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

A price entry for a catalog item, specifying the currency amount and display value. More...

Properties

int amount [get, set]
 The amount (cost) set for this price.
 
string display_amount [get, set]
 A prettyfied version of the amount to use for display.
 
string currency_code [get, set]
 The short code for the currency this price is in.
 
string currency_name [get, set]
 The name of the currency this price is in.
 
string price_id [get, set]
 The unique id of this price.
 
string currency_id [get, set]
 The unique id of the currency this price is in.
 

Detailed Description

A price entry for a catalog item, specifying the currency amount and display value.