Click or drag to resize

IPaymentScreenUpdatedContext Interface

Context of the PaymentScreenUpdated notification.

Namespace: Resto.Front.Api.OperationContexts
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
public interface IPaymentScreenUpdatedContext

The IPaymentScreenUpdatedContext type exposes the following members.

Properties
 NameDescription
Public propertyOrderId Current order Id. The current order GetOrderById(Guid) may be missing data that has not yet been saved. Use another PaymentScreenUpdatedContext properties for actual order information.
Public propertyPayments Current order payments.
Public propertyPaymentSplitGuestInfos Information about each order guest if PaymentSplitMode value is SplitByDish or SplitByPrice. Or information about whole order if PaymentSplitMode value is WholeOrder:
Public propertyPaymentSplitMode Currently selected payment split mode.
Public propertyPaymentSplitSelectedGuestId Identifier of the currently selected order guest on the payment screen. Or null if PaymentSplitMode value is WholeOrder.
Top
See Also