IPayment |
public interface IPaymentScreenUpdatedContext
The IPaymentScreenUpdatedContext type exposes the following members.
| Name | Description | |
|---|---|---|
| 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. | |
| PaymentSplitGuestInfos | Information about each order guest if PaymentSplitMode value is SplitByDish or SplitByPrice. Or information about whole order if PaymentSplitMode value is WholeOrder: | |
| PaymentSplitMode | Currently selected payment split mode. | |
| PaymentSplitSelectedGuestId | Identifier of the currently selected order guest on the payment screen. Or null if PaymentSplitMode value is WholeOrder. |