Click or drag to resize

IPaymentScreenGuestInfo Interface

Information about each order guest on Payment Screen if PaymentSplitMode value is SplitByDish or SplitByPrice.

Namespace:  Resto.Front.Api.OperationContexts
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public interface IPaymentScreenGuestInfo

The IPaymentScreenGuestInfo type exposes the following members.

Properties
  NameDescription
Public propertyGuestId
Guest identifier Or null if PaymentSplitMode value is WholeOrder.
Public propertyIsEInvoice
Guest has EInvoice or current order has EInvoice if PaymentSplitMode value is WholeOrder.
Public propertyIsProcessed
Is payment processed for current guest. Always false if PaymentSplitMode value is WholeOrder.
Public propertyResultSum
Total sum to be paid by guest Or total sum to be paid for whole order if PaymentSplitMode value is WholeOrder.
Top
See Also