Essential Kit
Loading...
Searching...
No Matches
IBillingProduct

Provides a cross-platform interface to access information about a product registered in Store.

Properties

string Id [get]
 The string that identifies the product within Unity environment. (read-only)
 
string PlatformId [get]
 The string that identifies the product registered in the Store (platform specific). (read-only)
 
string LocalizedTitle [get]
 The name of the product.
 
string LocalizedDescription [get]
 A description of the product.
 
BillingProductType Type [get]
 The type of the product.
 
BillingPrice Price [get]
 The cost of the product.
 
bool IsAvailable [get]
 Determine whether the product can be purchased.
 
BillingProductSubscriptionInfo SubscriptionInfo [get]
 Gets the subscription information for a billing product.
 
IEnumerable< BillingProductOfferOffers [get]
 Gets the available introductory or promotional offers configured for the product.
 
IEnumerable< BillingProductPayoutDefinitionPayouts [get]
 The Additional information associated with this product.
 
string LocalizedPrice [get]
 The cost of the product prefixed with local currency symbol.
 
string PriceCurrencyCode [get]
 The currency code of the price.
 
string PriceCurrencySymbol [get]
 Gets the currency symbol for the price.
 
object Tag [get]
 Additional information associated with this product. This information is provided by the developer using BillingProductDefinition.Tag property.