Class WinProductDescription
A common format for Billing Subsystems to use to describe available In App Purchases to the Biller, including purchase state via Receipt and Transaction Identifiers.
Inherited Members
Namespace: UnityEngine.Purchasing.Default
Assembly: solution.dll
Syntax
public class WinProductDescription
Constructors
| Name | Description |
|---|---|
| WinProductDescription(string, string, string, string, string, decimal, string, string, bool) | Constructor which initialized member from parametars. |
Properties
| Name | Description |
|---|---|
| ISOCurrencyCode | The product's currency code. |
| consumable | Whether or not the product is consumable. |
| description | The product's description. |
| platformSpecificID | The product's specific ID on the Windows Store. |
| price | The product's price, as text. |
| priceDecimal | The product's price, as a decimal. |
| receipt | The product's purchase receipt. |
| title | The product's title, or name. |
| transactionID | The product's purchase transaction ID. |