Click or drag to resize

INotificationServiceNavigatingToPaymentScreen Property

Navigating to the payment screen. 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, IPointOfSale pos, IOperationService os, IViewManager vm, INavigatingToPaymentScreenOperationContext context)> NavigatingToPaymentScreen { get; }

Property Value

Type: INotificationValueTupleIOrder, IPointOfSale, IOperationService, IViewManager, INavigatingToPaymentScreenOperationContext
See Also