Class PriceDetail
Price and the currency of a IAPItem.
Namespace: UnityEditor.Purchasing
Syntax
public class PriceDetail : object
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 |