Click or drag to resize

LoyTenderLine Class

Inheritance Hierarchy
SystemObject
  LSRetail.Omni.Domain.DataModel.Base.BaseEntity
    LSRetail.Omni.Domain.DataModel.Loyalty.TransactionsLoyTenderLine

Namespace:  LSRetail.Omni.Domain.DataModel.Loyalty.Transactions
Assembly:  LSRetail.Omni.Domain.DataModel.Loyalty (in LSRetail.Omni.Domain.DataModel.Loyalty.dll) Version: LS Omni 3.7.0
Syntax
C#
public class LoyTenderLine : Entity, 
	IDisposable

The LoyTenderLine type exposes the following members.

Constructors
  NameDescription
Public methodLoyTenderLine
Initializes a new instance of the LoyTenderLine class
Public methodLoyTenderLine(String)
Initializes a new instance of the LoyTenderLine class
Public methodLoyTenderLine(String, String, String, String)
Initializes a new instance of the LoyTenderLine class
Top
Properties
  NameDescription
Public propertyAmount
Public propertyAmt
Public propertyDescription
Public propertyId (Inherited from Entity.)
Public propertyLineNo
Public propertyStoreId
Public propertyTerminalId
Public propertyTransactionId
Public propertyType
Omni TenderType.

Default mapping to NAV: 0=Cash, 1=Card, 2=Coupon, 3=WebPay

Tendertype Mapping can be modified in LSOmni Database - Appsettings table - Key:TenderType_Mapping

Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the LoyTenderLine
Top
See Also