Search Results for

    Show / Hide Table of Contents

    Class DunningGroup

    Inheritance
    System.Object
    DunningGroup
    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 DunningGroup

    Constructors

    | Improve this Doc View Source

    DunningGroup()

    Constructor

    Declaration
    public DunningGroup()
    | Improve this Doc View Source

    DunningGroup(DunningGroup)

    Copy constructor

    Declaration
    public DunningGroup(DunningGroup group)
    Parameters
    Type Name Description
    DunningGroup group

    Properties

    | Improve this Doc View Source

    DunningGLAId

    Gets or sets the assigned dunning fee general ledger account

    Declaration
    public Guid? DunningGLAId { get; set; }
    Property Value
    Type Description
    System.Nullable<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

    IsDefault

    Gets/sets the default flag

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

    Level

    Gets the assigned dunning level

    Declaration
    public StatefulCollection<DunningLevel> Level { get; }
    Property Value
    Type Description
    StatefulCollection<DunningLevel>
    | Improve this Doc View Source

    Name

    Gets/sets the name of the group

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

    ToleranceDays

    Gets/sets the tolerance days

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