Class GoogleProductMetadata
Product definition used by Google Play Store. This is a representation of SkuDetails Google documentation
Inherited Members
Namespace: UnityEngine.Purchasing
Assembly: solution.dll
Syntax
public class GoogleProductMetadata : ProductMetadata
Properties
| Name | Description |
|---|---|
| freeTrialPeriod | Trial period configured in Google Play Console, specified in ISO 8601 format. |
| introductoryPrice | Formatted introductory price of a subscription, including its currency sign, such as €3.99. |
| introductoryPriceCycles | The number of subscription billing periods for which the user will be given the introductory price, such as 3. |
| introductoryPricePeriod | The billing period of the introductory price, specified in ISO 8601 format. |
| originalJson | Returns a String in JSON format that contains SKU details. |
| subscriptionPeriod | Subscription period, specified in ISO 8601 format. |