Enum PaymentType
- Assembly
- arolariu.Backend.Domain.Invoices.dll
The payment type enumeration.
public enum PaymentType
Fields
UNKNOWN = 0
The payment type is unknown.
CASH = 100
The payment type is via cash.
CARD = 200
The payment type is via card.
TRANSFER = 300
The payment type is via bank transfer.
MOBILEPAYMENT = 400
The payment type is via mobile payment.
VOUCHER = 500
The payment type is via voucher(s).
Other = 9999
The payment type is other.