Class CurrencyExchangeItem
Represents a currency that was part of a purchase.
Inherited Members
Namespace: Unity.Services.Economy.Model
Assembly: solution.dll
Syntax
[Preserve]
public class CurrencyExchangeItem
Constructors
| Name | Description |
|---|---|
| CurrencyExchangeItem(string, int) |
Fields
| Name | Description |
|---|---|
| Amount | The amount of this currency that was used/rewarded in the purchase. |
| Id | The ID of the currency. |