Enum PaymentType
- Namespace
- RetailForce.Fiscalisation.Model.Document
- Assembly
- RetailForce.Fiscalisation.Model.dll
The type of the payment.
public enum PaymentType
Fields
BankAccount = 11Represents a payment by bank account.
Cash = 0Payment type is cash.
Cheque = 14Represents a payment by cheque.
CreditCard = 2Represents a credit card payment.
CreditNote = 15Represents a payment using a previously issued credit note.
Crypto = 9Represents a payment with crypto currency (bitcoin, etc.)
CustomerCard = 12Represents a payment payed by customer card.
Deposit = 6Represents a payment deposit.
EcCard = 1Represents a ec card payment.
Loyalty = 13Represents a payment with loyalty system (points, coupons)
MobilePhoneApps = 10Represents a payment with mobile phone apps.
MultiPurposeVoucher = 4Represents a multiple purpose voucher payment.
NoCash = 7Represents a payment without cash money transfer.
None = 8Represents an empty Payment.
PaymentProvider = 5Represents a payment provider which is not category Loyality or MobilePhoneApps.
SinglePurposeVoucher = 3Represents a single purpose voucher payment.