docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class PendingOrder

    A model representing a pending order of a product.

    Inheritance
    object
    Order
    PendingOrder
    Inherited Members
    Order.CartOrdered
    Order.Info
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.Purchasing
    Assembly: Unity.Purchasing.dll
    Syntax
    public class PendingOrder : Order

    Constructors

    PendingOrder(ICart, IOrderInfo)

    Constructs the pending order object.

    Declaration
    public PendingOrder(ICart cart, IOrderInfo info)
    Parameters
    Type Name Description
    ICart cart

    The cart ordered.

    IOrderInfo info

    Additional information concerning this order.

    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)