Interface IPurchasedProductInfo
The model encapsulating additional information about a purchased product.
Namespace: UnityEngine.Purchasing
Assembly: Unity.Purchasing.dll
Syntax
public interface IPurchasedProductInfo
Properties
productId
Identifier of the purchased product.
Declaration
string productId { get; }
Property Value
Type | Description |
---|---|
string |
subscriptionInfo
A container for a Product’s subscription-related information. Returns null for non-subscriptions.
Declaration
SubscriptionInfo? subscriptionInfo { get; }
Property Value
Type | Description |
---|---|
SubscriptionInfo |