OrderLine Class |
Namespace: LSRetail.Omni.Domain.DataModel.Loyalty.Orders
public class OrderLine : Entity, IDisposable
The OrderLine type exposes the following members.
Name | Description | |
---|---|---|
![]() | OrderLine | Initializes a new instance of the OrderLine class |
![]() | OrderLine(String) | Initializes a new instance of the OrderLine class |
Name | Description | |
---|---|---|
![]() | Amount |
NetAmount + TaxAmount
|
![]() | DiscountAmount | |
![]() | DiscountPercent | |
![]() | Id | (Inherited from Entity.) |
![]() | ItemDescription | |
![]() | ItemId | |
![]() | LineNumber | |
![]() | LineType | |
![]() | NetAmount | |
![]() | NetPrice | |
![]() | OrderId |
Order Document Id
|
![]() | Price | |
![]() | Quantity | |
![]() | QuantityOutstanding | |
![]() | QuantityToInvoice | |
![]() | QuantityToShip | |
![]() | TaxAmount | |
![]() | UomId | |
![]() | VariantDescription | |
![]() | VariantId |
Name | Description | |
---|---|---|
![]() | Dispose | Releases all resources used by the OrderLine |
![]() | ToString | (Overrides ObjectToString.) |