Class PriceDetail
Price and the currency of a IAPItem.
Inherited Members
Namespace: UnityEditor.Purchasing
Syntax
[Serializable]
public class PriceDetail
Fields
currency
Currency of the price.
Declaration
public string currency
Field Value
| Type | Description |
|---|---|
| String |
price
Price of a IAPItem.
Declaration
public string price
Field Value
| Type | Description |
|---|---|
| String |