Enum Events.TransactionType
Namespace: Unity.Services.Analytics
Syntax
[Obsolete("This enum has been moved outside the Events class, the standalone enum should be used instead. This enum will be removed in an upcoming release.")]
public enum TransactionType
Fields
| Name | Description | Value |
|---|---|---|
| INVALID | 0 | |
| SALE | 1 | |
| PURCHASE | 2 | |
| TRADE | 3 |