Class Rewards
Represent the rewards given in exchange for a purchase.
Inherited Members
Namespace: Unity.Services.Economy.Model
Assembly: solution.dll
Syntax
[Preserve]
public class Rewards
Constructors
Name | Description |
---|---|
Rewards(List<CurrencyExchangeItem>, List<InventoryExchangeItem>) |
Fields
Name | Description |
---|---|
Currency | A list of CurrencyExchangeItem describing the currencies rewarded as part of this purchase. |
Inventory | A list of InventoryExchangeItem describing the items rewarded as part of this purchase. |