Click or drag to resize

PaymentScreenUpdatedContext Properties

The PaymentScreenUpdatedContext type exposes the following members.

Properties
  NameDescription
Public propertyIsEInvoice
Is current order has EInvoice if PaymentSplitMode value is WholeOrder. If PaymentSplitMode value is SplitByDish or SplitByPrice use newer API version.
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 propertyPaymentSplitMode
Currently selected payment split mode.
Top
See Also