LoyTenderLine Class |
Namespace: LSRetail.Omni.Domain.DataModel.Loyalty.Transactions
public class LoyTenderLine : Entity, IDisposable
The LoyTenderLine type exposes the following members.
| Name | Description | |
|---|---|---|
| LoyTenderLine | Initializes a new instance of the LoyTenderLine class | |
| LoyTenderLine(String) | Initializes a new instance of the LoyTenderLine class | |
| LoyTenderLine(String, String, String, String) | Initializes a new instance of the LoyTenderLine class |
| Name | Description | |
|---|---|---|
| Amount | ||
| Amt | ||
| Description | ||
| Id | (Inherited from Entity.) | |
| LineNo | ||
| StoreId | ||
| TerminalId | ||
| TransactionId | ||
| Type |
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
|