Click or drag to resize

IPaymentScreenUpdatedContextPaymentSplitGuestInfos Property

Information about each order guest if PaymentSplitMode value is SplitByDish or SplitByPrice. Or information about whole order if PaymentSplitMode value is WholeOrder:

Namespace:  Resto.Front.Api.OperationContexts
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
IReadOnlyCollection<IPaymentScreenGuestInfo> PaymentSplitGuestInfos { get; }

Property Value

Type: IReadOnlyCollectionIPaymentScreenGuestInfo
See Also