PaymentScreenUpdatedContext Class |
Namespace: Resto.Front.Api.OperationContexts
[SerializableAttribute] public sealed class PaymentScreenUpdatedContext
The PaymentScreenUpdatedContext type exposes the following members.
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.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |