Table of Contents

Enum PaymentType

Namespace
RetailForce.Fiscalisation.Model.Document
Assembly
RetailForce.Fiscalisation.Model.dll

The type of the payment.

public enum PaymentType

Fields

BankAccount = 11

Represents a payment by bank account.

Cash = 0

Payment type is cash.

Cheque = 14

Represents a payment by cheque.

CreditCard = 2

Represents a credit card payment.

CreditNote = 15

Represents a payment using a previously issued credit note.

Crypto = 9

Represents a payment with crypto currency (bitcoin, etc.)

CustomerCard = 12

Represents a payment payed by customer card.

Deposit = 6

Represents a payment deposit.

EcCard = 1

Represents a ec card payment.

Loyalty = 13

Represents a payment with loyalty system (points, coupons)

MobilePhoneApps = 10

Represents a payment with mobile phone apps.

MultiPurposeVoucher = 4

Represents a multiple purpose voucher payment.

NoCash = 7

Represents a payment without cash money transfer.

None = 8

Represents an empty Payment.

PaymentProvider = 5

Represents a payment provider which is not category Loyality or MobilePhoneApps.

SinglePurposeVoucher = 3

Represents a single purpose voucher payment.