docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class DeferredPaymentUntilRenewalDateOrder

    A model representing a deferred subscription change order. This is a planned order that has not yet been payed for and that will occur at a certain date in the future.

    Inheritance
    object
    DeferredPaymentUntilRenewalDateOrder
    Inherited Members
    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 DeferredPaymentUntilRenewalDateOrder

    Constructors

    DeferredPaymentUntilRenewalDateOrder(Order, Product)

    Creates a new instance of DeferredPaymentUntilRenewalDateOrder.

    Declaration
    public DeferredPaymentUntilRenewalDateOrder(Order currentOrder, Product subscriptionOrdered)
    Parameters
    Type Name Description
    Order currentOrder

    The current order containing the subscription owned by the player.

    Product subscriptionOrdered

    The subscription that the player has ordered to be deferred until the renewal date.

    Properties

    CurrentOrder

    The Order containing the subscription currently owned by the player. Read only.

    Declaration
    public Order CurrentOrder { get; }
    Property Value
    Type Description
    Order

    SubscriptionOrdered

    The subscription ordered. Read only.

    Declaration
    public Product SubscriptionOrdered { get; }
    Property Value
    Type Description
    Product
    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)