docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)