Class PaymentType
- Namespace
- Skyware.Lis.EventsModel.Payments
- Assembly
- Skyware.Lis.EventsModel.dll
Represents payment type, such as "Cash", ""Voucher", etc.
public class PaymentType
- Inheritance
-
PaymentType
- Inherited Members
Properties
Id
Identifier of the type according to LIS iLab
public int Id { get; set; }
Property Value
IsCash
If the payment is in cash
public bool IsCash { get; set; }
Property Value
Name
Descriptive name of the payment
public string Name { get; set; }