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 public enum PaymentSplitMode
Members
| Member name | Value | Description |
---|
| WholeOrder | 0 |
The usual mode of payment for an order, when the amount to be paid is not divided between guests.
|
| SplitByPrice | 1 |
The amount to be paid is distributed among the guests in equal shares and can be adjusted manually.
|
| SplitByDish | 2 |
The amount to be paid is distributed among the guests in accordance with the ordered dishes.
|
See Also