Click or drag to resize

OrderPayment Class

Inheritance Hierarchy
SystemObject
  LSRetail.Omni.Domain.DataModel.Loyalty.OrdersOrderPayment

Namespace:  LSRetail.Omni.Domain.DataModel.Loyalty.Orders
Assembly:  LSRetail.Omni.Domain.DataModel.Loyalty (in LSRetail.Omni.Domain.DataModel.Loyalty.dll) Version: LS Omni 3.7.0
Syntax
C#
public class OrderPayment : IDisposable

The OrderPayment type exposes the following members.

Constructors
  NameDescription
Public methodOrderPayment
Initializes a new instance of the OrderPayment class
Top
Properties
  NameDescription
Public propertyAuthorisationCode
Public propertyCardNumber
Public propertyCardType
Public propertyCurrencyCode
Public propertyCurrencyFactor
Public propertyFinalizedAmount
Public propertyLineNumber
Public propertyNo
Public propertyOrderId
Public propertyPreApprovedAmount
Public propertyPreApprovedValidDate
Public propertyTenderType
Omni TenderType.

Default mapping to NAV: 0=Cash, 1=Card, 2=Coupon, 3=Loyalty Points, 4=Gift Card

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

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