Class OrderLineItem
Inheritance
System.Object
OrderLineItem
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class OrderLineItem : Object
Constructors
OrderLineItem()
Declaration
Properties
Amount
Declaration
public double Amount { get; set; }
Property Value
Type |
Description |
System.Double |
|
Bonus
Declaration
public double Bonus { get; set; }
Property Value
Type |
Description |
System.Double |
|
CategoryId
Declaration
public int CategoryId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Cost
Declaration
public double Cost { get; set; }
Property Value
Type |
Description |
System.Double |
|
CurrencyCode
Declaration
public string CurrencyCode { get; set; }
Property Value
Type |
Description |
System.String |
|
CV
Declaration
public double CV { get; set; }
Property Value
Type |
Description |
System.Double |
|
DiscountId
Declaration
public int DiscountId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
FlagBirthDefects
Declaration
public bool FlagBirthDefects { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FlagCancer
Declaration
public bool FlagCancer { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
HasKitGroups
Declaration
public bool HasKitGroups { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Height
Declaration
public double Height { get; set; }
Property Value
Type |
Description |
System.Double |
|
Image
Declaration
public string Image { get; set; }
Property Value
Type |
Description |
System.String |
|
ItemId
Declaration
public int ItemId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Length
Declaration
public double Length { get; set; }
Property Value
Type |
Description |
System.Double |
|
OptionKey
Declaration
public string OptionKey { get; set; }
Property Value
Type |
Description |
System.String |
|
OrderNumber
Declaration
public int OrderNumber { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PackageNumber
Declaration
public int PackageNumber { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ProductName
Declaration
public string ProductName { get; set; }
Property Value
Type |
Description |
System.String |
|
Qty
Declaration
public double Qty { get; set; }
Property Value
Type |
Description |
System.Double |
|
QV
Declaration
public double QV { get; set; }
Property Value
Type |
Description |
System.Double |
|
RewardPoints
Declaration
public double RewardPoints { get; set; }
Property Value
Type |
Description |
System.Double |
|
SKU
Declaration
public string SKU { get; set; }
Property Value
Type |
Description |
System.String |
|
Weight
Declaration
public double Weight { get; set; }
Property Value
Type |
Description |
System.Double |
|
Width
Declaration
public double Width { get; set; }
Property Value
Type |
Description |
System.Double |
|