Select your preferred scripting language. All code snippets will be displayed in this language.
class in UnityEngine.Purchasing
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseLocalized information about a product, retrieved from a store.
isoCurrencyCode | Product currency in ISO 4217 format; e.g. GBP or USD. |
localizedDescription | Localized product description as retrieved from the store subsystem; e.g. Apple or Google. |
localizedPrice | Decimal product price denominated in the currency indicated by isoCurrencySymbol. |
localizedPriceString | Localized price string. |
localizedTitle | Localized product title as retrieved from the store subsystem; e.g. Apple or Google. |
ProductMetadata | Create a ProductMetadata. |