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