This reference document contains the details of the Product class.
| Type | Param | Description |
|---|---|---|
| string | productId | Unique identifier for the product. |
| string | title | Returns the title of the product being sold. |
| string | priceCurrencyCode | Returns ISO 4217 currency code for price and original price. |
| string | description | Returns the description of the product. |
| string | price | Returns formatted price of the item, including its currency sign. |
| string | priceAmountMicros | Returns price in micro-units, where 1,000,000 micro-units are equal to one unit of currency. |
| bool | rewarded | Returns true if product is rewarded and not paid for. |
| string | subscriptionPeriod | Returns subscription period in ISO 8601 format. |
| List<string> | benefits | Returns a list of benefits associated with a subscription. |
Payments Module
Payments Module
Document Rev. 1.0