Struct Item
Inherited Members
Namespace: Unity.Services.Analytics
Assembly: Unity.Services.Analytics.dll
Syntax
[Obsolete("Please create a TransactionEvent/TransactionFailedEvent and use RecordEvent(...) instead. There is a replacement TransactionItem class there.")]
public struct Item
Fields
ItemAmount
Declaration
public long ItemAmount
Field Value
| Type | Description |
|---|---|
| long |
ItemName
Declaration
public string ItemName
Field Value
| Type | Description |
|---|---|
| string |
ItemType
Declaration
public string ItemType
Field Value
| Type | Description |
|---|---|
| string |