Click or drag to resize

INotificationServiceBeforeDoCheque Property

After payment before cheque printing. Throwing OperationCanceledException will abort the operation.

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

Property Value

Type: INotificationValueTupleIOrder, IReadOnlyCollectionIPaymentItem, IOperationService, IViewManager
See Also