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 |
---|---|
free |
Trial period configured in Google Play Console, specified in ISO 8601 format. |
introductory |
Formatted introductory price of a subscription, including its currency sign, such as €3.99. |
introductory |
The number of subscription billing periods for which the user will be given the introductory price, such as 3. |
introductory |
The billing period of the introductory price, specified in ISO 8601 format. |
original |
Returns a String in JSON format that contains SKU details. |
subscription |
Subscription period, specified in ISO 8601 format. |