Constructor WinProductDescription
WinProductDescription(string, string, string, string, string, decimal, string, string, bool)
Constructor which initialized member from parametars.
Declaration
public WinProductDescription(string id, string price, string title, string description, string isoCode, decimal priceD, string receipt = null, string transactionId = null, bool consumable = false)
Parameters
Type | Name | Description |
---|---|---|
string | id | The product's specific ID on the Windows Store. |
string | price | The product's price, as text. |
string | title | The product's title, or name. |
string | description | The product's description. |
string | isoCode | The product's currency code. |
decimal | priceD | The product's price, as a decimal. |
string | receipt | The product's purchase receipt. |
string | transactionId | The product's purchase transaction ID. |
bool | consumable | Whether or not the product is consumable. |