Class SubscriptionOrderRenewalNotification
This notification is fired after a new order is created during a subscription renewal. This notification is after the system attempts to take a new payment, so you can check the payment status of the order.
You can listen to events by implementing IRescopeNotificationHandler<T>.
public class SubscriptionOrderRenewalNotification : OrderNotificationBase, IRescopeNotification
- Inheritance
-
SubscriptionOrderRenewalNotification
- Implements
- Inherited Members
Properties
Subscription
public Subscription Subscription { get; }