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 |
---|---|
Win |
Constructor which initialized member from parametars. |
Properties
Name | Description |
---|---|
ISOCurrency |
The product's currency code. |
consumable | Whether or not the product is consumable. |
description | The product's description. |
platform |
The product's specific ID on the Windows Store. |
price | The product's price, as text. |
price |
The product's price, as a decimal. |
receipt | The product's purchase receipt. |
title | The product's title, or name. |
transaction |
The product's purchase transaction ID. |