Click or drag to resize

LoyTransaction Class

Inheritance Hierarchy
System.Object
  LSRetail.Omni.Domain.DataModel.Base.Base.Entity
    LSRetail.Omni.Domain.DataModel.Loyalty.Transactions.LoyTransaction

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 LoyTransaction : Entity, 
	IDisposable

The LoyTransaction type exposes the following members.

Constructors
  NameDescription
Public methodLoyTransaction()
Initializes a new instance of the LoyTransaction class
Public methodLoyTransaction(String)
Initializes a new instance of the LoyTransaction class
Top
Properties
  NameDescription
Public propertyAmount
Public propertyAmt
Public propertyCardId
Public propertyDate
Public propertyDateToShortFormat
Public propertyDiscountAmount
Public propertyDiscountAmt
Public propertyDocumentNumber
See Document Type for type of Document, if Receipt Number then number is also set in ReceiptNumber property
Public propertyDocumentType
0=Receipt Number, 1=Sales Invoice, 2=Unknown, 3=Credit Memo
Public propertyId (Inherited from Entity.)
Public propertyNetAmount
Public propertyNetAmt
Public propertyPlatform
Public propertyReceiptNumber
Public propertySaleLines
Public propertySaleLinesCount
Public propertyStaff
Public propertyStore
Public propertyTaxLines
Public propertyTenderLines
Public propertyTenderLinesCount
Public propertyTerminal
Public propertyTotalQty
Public propertyTransactionFooters
Public propertyTransactionHeaders
Public propertyVatAmount
Public propertyVatAmt
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the LoyTransaction
Top
See Also