Enum PayoutType
Type of the purchase payout.
Namespace: UnityEngine.Purchasing
Syntax
public enum PayoutType
Fields
Name | Description | Value |
---|---|---|
Other | A payout that doesn't fit one of the other presumed categories. Specified by subtype and/or data in |
0 |
Currency | Currency. Usually of a specified quantity in |
1 |
Item | An Item. Specified by subtype and/or data in |
2 |
Resource | A Resource. Usually of a specified quantity, and specified by subtype and/or data in |
3 |