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.
Inherited Members
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 |