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 SourceDunningLevel()
Constructor
Declaration
public DunningLevel()
Properties
| Improve this Doc View SourceDeadLine
Gets/sets the deadling to the next level
Declaration
public int DeadLine { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
GroupId
Gets/sets the dunning Group
Declaration
public Guid GroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Guid
Gets/sets the unique id
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
LevelNumber
Gets/sets the current dunning level
Declaration
public int LevelNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ReportId
Gets/sets the assigned report
Declaration
public Guid? ReportId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
StandardDeduction
Gets/ sets the standart fee for this level
Declaration
public PreciseDecimal? StandardDeduction { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<PreciseDecimal> |
Type
Gets/sets the type object
Declaration
public DunningType Type { get; }
Property Value
Type | Description |
---|---|
DunningType |
TypeId
Gets/sets the type of the level
Declaration
public Guid TypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |