Class PriceDetail
Price and the currency of a IAPItem.
Inherited Members
Namespace: UnityEditor.Purchasing
Assembly: UnityEditor.Purchasing.dll
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 |