Class TransactionItem
Inherited Members
Namespace: Unity.Services.Analytics
Assembly: Unity.Services.Analytics.dll
Syntax
public class TransactionItem
Fields
ItemAmount
(Required) The amount of the item.
Declaration
public long ItemAmount
Field Value
| Type | Description |
|---|---|
| long |
ItemName
(Required) The name of the item.
Declaration
public string ItemName
Field Value
| Type | Description |
|---|---|
| string |
ItemType
(Required) The type of the item, e.g. "weapon" or "spell".
Declaration
public string ItemType
Field Value
| Type | Description |
|---|---|
| string |