Essential Kit
Loading...
Searching...
No Matches
BillingProductSubscriptionInfo

Represents the information about the billing product subscription.

Properties

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.
 

Property Documentation

◆ 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

int Level
get

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

BillingPeriod Period
get

The billing period defines the duration of the subscription cycle.