Class BasketUpdatedNotification
This notification is fired after a basket is updated (usually in @"Rescope.Commerce.Core.Services.BasketService.Update*?displayProperty=nameWithType")
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; }