Represents the information about the billing product subscription.
|
|
string | GroupId [get] |
| | Gets the group identifier of the product.
|
| |
| string | LocalizedGroupTitle [get] |
| | Gets the localized group title of the product.
|
| |
| int | Level [get] |
| | Gets the level of the product.
|
| |
| BillingPeriod | Period [get] |
| | Gets the billing period of the product.
|
| |
◆ LocalizedGroupTitle
| string LocalizedGroupTitle |
|
get |
The localized group title is the title of the product that is displayed to the user. It should be used when displaying the product information to the user.
◆ Level
The level of the product is used to distinguish between different products in the same group. For example, if a product is a subscription, the level can be used to identify the different tiers of the subscription, such as a basic, premium, or enterprise tier.
- Note
- This property is not relevant on Android platform.
◆ Period
The billing period defines the duration of the subscription cycle.