| PaymentScreenUpdatedContext Properties | 
The PaymentScreenUpdatedContext type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | IsEInvoice | 
            Is current order has EInvoice if PaymentSplitMode value is WholeOrder.
            If PaymentSplitMode value is SplitByDish or SplitByPrice use newer API version.
             | 
|  | OrderId | 
            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.
             | 
|  | Payments | 
            Current order payments.
             | 
|  | PaymentSplitMode | 
            Currently selected payment split mode.
             | 
 See Also
See Also