Search Results for

    Show / Hide Table of Contents

    Class DunningLevel

    Inheritance
    System.Object
    DunningLevel
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.ERP.Core
    Assembly: Simplic.ERP.Core.dll
    Syntax
    public class DunningLevel

    Constructors

    | Improve this Doc View Source

    DunningLevel()

    Constructor

    Declaration
    public DunningLevel()

    Properties

    | Improve this Doc View Source

    DeadLine

    Gets/sets the deadling to the next level

    Declaration
    public int DeadLine { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    GroupId

    Gets/sets the dunning Group

    Declaration
    public Guid GroupId { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    Guid

    Gets/sets the unique id

    Declaration
    public Guid Guid { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    LevelNumber

    Gets/sets the current dunning level

    Declaration
    public int LevelNumber { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    ReportId

    Gets/sets the assigned report

    Declaration
    public Guid? ReportId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | Improve this Doc View Source

    StandardDeduction

    Gets/ sets the standart fee for this level

    Declaration
    public PreciseDecimal? StandardDeduction { get; set; }
    Property Value
    Type Description
    System.Nullable<PreciseDecimal>
    | Improve this Doc View Source

    Type

    Gets/sets the type object

    Declaration
    public DunningType Type { get; }
    Property Value
    Type Description
    DunningType
    | Improve this Doc View Source

    TypeId

    Gets/sets the type of the level

    Declaration
    public Guid TypeId { get; set; }
    Property Value
    Type Description
    System.Guid
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx