Class ProductMetadata
Metadata for the product, namely that which is relevant to the store subsystem
Inherited Members
Namespace: UnityEngine.Purchasing
Assembly: solution.dll
Syntax
public class ProductMetadata
Constructors
| Name | Description |
|---|---|
| ProductMetadata() | Default constructor |
| ProductMetadata(string, string, string, string, decimal) | Parametrized constructor |
| ProductMetadata(ProductMetadata) | Copy constructor |
Properties
| Name | Description |
|---|---|
| isoCurrencyCode | The product's currency in ISO 4217 format eg GBP, USD etc. |
| localizedDescription | Gets the localized description, as retrieved from the store subsystem; Apple, Google etc. |
| localizedPrice | The product's price, denominated in the currency
indicated by |
| localizedPriceString | Gets the localized price. This is the price formatted with currency symbol. |
| localizedTitle | Gets the localized title, as retrieved from the store subsystem; Apple, Google etc. |