Click or drag to resize

INotificationServiceBeforeProceedOrderPayment Property

Before proceeding order payment (when clicked order payment) or print fiscal cheque before payment (when clicked fiscal cheque). If handler throws OperationCanceledException, operation 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