Table of Contents

Class OrderPaidNotification

Namespace
Rescope.Commerce.Core.Events
Assembly
Rescope.Commerce.Core.dll

This notification is fired after an order is fully paid for after a payment processor implementation confirms payment (some implementations may require OrderService.CapturePayment).

You can listen to events by implementing IRescopeNotificationHandler<T>.

public class OrderPaidNotification : OrderNotificationBase, IRescopeNotification
Inheritance
OrderPaidNotification
Implements
Inherited Members