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.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
INotification<(IPaymentScreenUpdatedContext context, IViewManager vm)> PaymentScreenUpdated { get; }

Property Value

Type: INotificationValueTupleIPaymentScreenUpdatedContext, IViewManager
See Also