Table of Contents

Class OrderCreatedNotification

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

This notification is fired after a new order is created (usually in @"Rescope.Commerce.Core.Services.BasketService.InitiatePayment*?displayProperty=nameWithType")

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

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