The class that represents the product information for a specific which is available for purchase in your app. You can retrieve more information about the product(s) by using their SKU with IAP.GetProductsBySKU()
The content rating of a Models.Product that specifies the age rating as well as other important information that needs to be displayed to the user per local regulations.
The Models.Price of the product contains the currency code, the amount in hundredths, and the formatted string representation.
readonly string ShortDescription[Get]
The short description of a Models.Product which provides more information about the Models.Product. To be used in conjunction with the description of the Models.Product.
readonly string Sku[Get]
The unique string that you use to reference the product in your app. The SKU is case-sensitive and should match the SKU reference in your code.