PaymentTypeKind Enumeration |
Kind of a payment type.
Namespace:
Resto.Front.Api.Data.Payments
Assembly:
Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntaxpublic enum PaymentTypeKind
Members
| Member name | Value | Description |
---|
| Unknown | 0 |
None of kinds listed below.
|
| Cash | 1 |
Cash.
|
| Card | 2 |
Card.
|
| Credit | 3 |
Credit.
|
| Writeoff | 4 |
Writeoff.
|
| Voucher | 5 |
Voucher.
|
| External | 6 |
External api payment type of payment system registered with RegisterPaymentSystem(IExternalPaymentProcessor, Boolean).
|
| SmartSale | 7 |
Smart sale.
|
| Sberbank | 8 |
Sberbank.
|
| Trpos | 9 |
Trpos.
|
See Also