Click or drag to resize

INotificationServicePaymentScreenUpdated Property

Notification of changes on the order payment screen. Calling on adding, changing, or removing payments, updating EInvoice.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
INotification<(PaymentScreenUpdatedContext context, IViewManager vm)> PaymentScreenUpdated { get; }

Property Value

Type: INotificationValueTuplePaymentScreenUpdatedContext, IViewManager
See Also