docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ConfirmedOrder

    The model representing a confirmed order of a product.

    Inheritance
    object
    Order
    ConfirmedOrder
    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 ConfirmedOrder : Order

    Constructors

    ConfirmedOrder(ICart, IOrderInfo)

    Constructs the confirmed order object.

    Declaration
    public ConfirmedOrder(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)