Click or drag to resize

INotificationServiceBeforePaymentAdded Property

Before payment or prepayment added to order. If handler throws OperationCanceledException, adding is cancelled.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
INotification<(IPaymentItem paymentItem, IOrder order, IViewManager vm)> BeforePaymentAdded { get; }

Property Value

Type: INotificationValueTupleIPaymentItem, IOrder, IViewManager
See Also