Search Results for

    Show / Hide Table of Contents

    Class Contributor

    Shows how much was paid from an individual order towards someone's bonus

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

    Constructors

    Contributor()

    Declaration
    public Contributor()

    Properties

    Amount

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

    the amount of commissions earned from this order

    AssociateType

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

    the associate's type for the associate that placed the order

    ContributingAssociateId

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

    The id of the associate that placed the order

    Name

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

    the name the associate that placed the order

    OrderNumber

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

    the order number of the order that contributed

    Volume

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

    the amount of volume from the order that contributed

    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX