Order Class |
Namespace: LSRetail.Omni.Domain.DataModel.Loyalty.Orders
public class Order : Entity, IDisposable
The Order type exposes the following members.
| Name | Description | |
|---|---|---|
| Order | Initializes a new instance of the Order class | |
| Order(String) | Initializes a new instance of the Order class |
| Name | Description | |
|---|---|---|
| AnonymousOrder |
AnonymousOrder
| |
| CardId |
Member Contact Card Id
| |
| ClickAndCollectOrder |
Sales Order or Click and Collect Order
Click And Collect order are processed in the store at POS Terminal
| |
| CollectLocation |
Store to collect Click And Collect Order from
| |
| ContactAddress | ||
| ContactId |
Member Contact Id
| |
| ContactName | ||
| DayPhoneNumber | ||
| DocumentId |
Order Number
| |
| DocumentRegTime | ||
| Id | (Inherited from Entity.) | |
| LineItemCount | ||
| MobileNumber | ||
| OrderDiscountLines | ||
| OrderLines | ||
| OrderPayments | ||
| OrderStatus | ||
| PaymentStatus | ||
| PhoneNumber | ||
| PointAmount |
Number of points needed to pay full amount
| |
| PointBalance |
Current Member Contact Point balance
| |
| PointCashAmountNeeded |
Cash Needed with points, if Point balance is not enough to pay order in full
| |
| PointsRewarded |
Points Rewarded for this Order
| |
| PointsUsedInOrder |
Points used as payment in order
| |
| Posted |
True if Order has already been Posted in Accounting
| |
| ReceiptNo |
Transaction Receipt Number
| |
| ShipClickAndCollect |
Click And Collect Order should be shipped after store processing
| |
| ShippingAgentCode | ||
| ShippingAgentServiceCode | ||
| ShippingStatus | ||
| ShipToAddress | ||
| ShipToEmail | ||
| ShipToName | ||
| ShipToPhoneNumber | ||
| SourceType | ||
| StoreId | ||
| TotalAmount | ||
| TotalDiscount | ||
| TotalNetAmount | ||
| TransId | ||
| TransStore | ||
| TransTerminal |
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the Order | |
| ToString | (Overrides ObjectToString.) |