Search Results for

    Show / Hide Table of Contents

    Class LineItemPrice

    Inheritance
    System.Object
    LineItemPrice
    Namespace: DirectScale.Disco.Extension
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class LineItemPrice : Object

    Constructors

    LineItemPrice()

    Declaration
    public LineItemPrice()

    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
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX