Click or drag to resize

PaymentTypeKind Enumeration

Kind of a payment type.

Namespace:  Resto.Front.Api.Data.Payments
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
public enum PaymentTypeKind
Members
  Member nameValueDescription
Unknown0 None of kinds listed below.
Cash1 Cash.
Card2 Card.
Credit3 Credit.
Writeoff4 Writeoff.
Voucher5 Voucher.
External6 External api payment type of payment system registered with RegisterPaymentSystem(IExternalPaymentProcessor, Boolean).
SmartSale7 Smart sale.
Sberbank8 Sberbank.
Trpos9 Trpos.
See Also