Click or drag to resize

INotificationServiceBeforeProceedOrderPayment Property

Before proceeding order payment (when clicked order payment). If handler throws OperationCanceledException, order payment is cancelled.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
INotification<(IOrder order, IViewManager vm, IOperationService os)> BeforeProceedOrderPayment { get; }

Property Value

Type: INotificationValueTupleIOrder, IViewManager, IOperationService
See Also