Search Results for

    Show / Hide Table of Contents

    Class Discount

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

    Constructors

    Discount()

    Declaration
    public Discount()

    Fields

    _OrderTypeNames

    Declaration
    public Dictionary<string, string> _OrderTypeNames
    Field Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.String>

    _PriceGroupNames

    Declaration
    public Dictionary<string, string> _PriceGroupNames
    Field Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.String>

    _RegionNames

    Declaration
    public Dictionary<string, string> _RegionNames
    Field Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.String>

    _StoreNames

    Declaration
    public Dictionary<string, string> _StoreNames
    Field Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.String>

    Properties

    Bonus

    Declaration
    public Nullable<double> Bonus { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    CV

    Declaration
    public Nullable<double> CV { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    End

    Declaration
    public DateTime End { get; set; }
    Property Value
    Type Description
    System.DateTime

    Id

    Declaration
    public int Id { get; set; }
    Property Value
    Type Description
    System.Int32

    iType

    Declaration
    public int iType { get; }
    Property Value
    Type Description
    System.Int32

    OrderType

    Declaration
    public int[] OrderType { get; set; }
    Property Value
    Type Description
    System.Int32[]

    OrderTypeA

    Declaration
    public string OrderTypeA { get; }
    Property Value
    Type Description
    System.String

    OrderTypeAS

    Declaration
    public string OrderTypeAS { get; }
    Property Value
    Type Description
    System.String

    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

    PriceGroups

    Declaration
    public int[] PriceGroups { get; set; }
    Property Value
    Type Description
    System.Int32[]

    PriceGroupsA

    Declaration
    public string PriceGroupsA { get; }
    Property Value
    Type Description
    System.String

    PriceGroupsAS

    Declaration
    public string PriceGroupsAS { get; }
    Property Value
    Type Description
    System.String

    QV

    Declaration
    public Nullable<double> QV { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    Regions

    Declaration
    public int[] Regions { get; set; }
    Property Value
    Type Description
    System.Int32[]

    RegionsA

    Declaration
    public string RegionsA { get; }
    Property Value
    Type Description
    System.String

    RegionsAS

    Declaration
    public string RegionsAS { get; }
    Property Value
    Type Description
    System.String

    RewardPointsEarned

    Declaration
    public double RewardPointsEarned { get; set; }
    Property Value
    Type Description
    System.Double

    Start

    Declaration
    public DateTime Start { get; set; }
    Property Value
    Type Description
    System.DateTime

    Stores

    Declaration
    public int[] Stores { get; set; }
    Property Value
    Type Description
    System.Int32[]

    StoresA

    Declaration
    public string StoresA { get; }
    Property Value
    Type Description
    System.String

    StoresAS

    Declaration
    public string StoresAS { get; }
    Property Value
    Type Description
    System.String

    Type

    Declaration
    public DiscountType Type { get; set; }
    Property Value
    Type Description
    DiscountType
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX