Class BasketUpdatedNotification
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; }