Table of Contents

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

int

IsCash

If the payment is in cash

public bool IsCash { get; set; }

Property Value

bool

Name

Descriptive name of the payment

public string Name { get; set; }

Property Value

string