Enum ProductCatalogPayout.ProductCatalogPayoutType
Types of Product Payouts. Mirrors the PayoutType enum.
Namespace: UnityEngine.Purchasing
Syntax
public enum ProductCatalogPayoutType
Fields
| Name | Description | Value | 
|---|---|---|
| Currency | Payout is a currency, often paired with quantity to specify the amount.  | 
|
| Item | Payout is an item.  | 
|
| Other | "Other" payouts are those with a customizable payout subtype.  | 
|
| Resource | Payout is a resource, often used in in-game economies or for crafting features. Examples: Iron, Wood.  |