Class LineItemPrice
Inheritance
System.Object
LineItemPrice
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class LineItemPrice : Object
Constructors
LineItemPrice()
Declaration
Properties
Bonus
Declaration
public double Bonus { get; set; }
Property Value
Type |
Description |
System.Double |
|
CV
Declaration
public double CV { get; set; }
Property Value
Type |
Description |
System.Double |
|
GroupId
Declaration
public int GroupId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
OriginalPrice
Declaration
public double OriginalPrice { get; set; }
Property Value
Type |
Description |
System.Double |
|
Price
Declaration
public double Price { get; set; }
Property Value
Type |
Description |
System.Double |
|
PriceCurrency
Declaration
public string PriceCurrency { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|