Search Results for

    Show / Hide Table of Contents

    Class SourceOrder

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

    Constructors

    SourceOrder()

    Declaration
    public SourceOrder()

    Properties

    Amount

    Declaration
    public float Amount { get; set; }
    Property Value
    Type Description
    System.Single

    AssociateId

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

    AssociateName

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

    BackOfficeId

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

    Comment

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

    OptionId

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

    OrderNumber

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

    OrderNumberReference

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

    PayGroup

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

    Volume

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