Click or drag to resize

PaymentSplitMode Enumeration

The mode of splitting payments between guests.

Namespace:  Resto.Front.Api.Data.Payments
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
public enum PaymentSplitMode
Members
  Member nameValueDescription
WholeOrder0 The usual mode of payment for an order, when the amount to be paid is not divided between guests.
SplitByPrice1 The amount to be paid is distributed among the guests in equal shares and can be adjusted manually.
SplitByDish2 The amount to be paid is distributed among the guests in accordance with the ordered dishes.
See Also