Click or drag to resize

PaymentScreenUpdatedContext Class

Context of the PaymentScreenUpdated notification.
Inheritance Hierarchy
SystemObject
  Resto.Front.Api.OperationContextsPaymentScreenUpdatedContext

Namespace:  Resto.Front.Api.OperationContexts
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
[SerializableAttribute]
public sealed class PaymentScreenUpdatedContext

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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also