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.
CloseMinimal product definition, used by apps declaring products for sale.
enabled | This flag indicates whether a product should be offered for sale. It is controlled through the cloud catalog dashboard. |
id | Unity IAP product ID. Potentially independent of store IDs. |
payout | Access the first payout on this ProductDefinition. Returns null if there are no payouts specified. |
payouts | Access all payouts attached to this ProductDefinition. |
storeSpecificId | The ID this product has on a store. |
type | The product type. |
ProductDefinition | Create a ProductDefinition with different Store-independent ID and Store-specific ID. Use this when you need to two IDs to be different. |
Equals | Compares id properties. Requires obj be a ProductDefinition. |
GetHashCode | Gets the application-domain-specific hash code of id. |