Table of Contents

Class BasketUpdatedNotification

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

This notification is fired after a basket is updated (usually in BasketService.Update)

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

public class BasketUpdatedNotification : BasketNotificationBase, IRescopeNotification
Inheritance
BasketUpdatedNotification
Implements
Inherited Members

Properties

UpdatedFields

public IEnumerable<string> UpdatedFields { get; }

Property Value

IEnumerable<string>