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 SourceDunningGroup()
Constructor
Declaration
public DunningGroup()
DunningGroup(DunningGroup)
Copy constructor
Declaration
public DunningGroup(DunningGroup group)
Parameters
Type | Name | Description |
---|---|---|
DunningGroup | group |
Properties
| Improve this Doc View SourceDunningGLAId
Gets or sets the assigned dunning fee general ledger account
Declaration
public Guid? DunningGLAId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
Guid
Gets/sets the unique id
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsDefault
Gets/sets the default flag
Declaration
public bool IsDefault { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Level
Gets the assigned dunning level
Declaration
public StatefulCollection<DunningLevel> Level { get; }
Property Value
Type | Description |
---|---|
StatefulCollection<DunningLevel> |
Name
Gets/sets the name of the group
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ToleranceDays
Gets/sets the tolerance days
Declaration
public int ToleranceDays { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |