Class Dunning
Inheritance
System.Object
Dunning
Namespace: Simplic.ERP.Core
Assembly: Simplic.ERP.Core.dll
Syntax
public class Dunning : IMultiTenantCompatible
Constructors
| Improve this Doc View SourceDunning()
Constructor
Declaration
public Dunning()
Properties
| Improve this Doc View SourceBlobId
Gets or sets the blob id for the assigned report
Declaration
public Guid? BlobId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
CreateDate
Gets/sets the date of creating
Declaration
public DateTime CreateDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
CreateUser
Gets/sets the username of the
Declaration
public string CreateUser { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DocumentId
Gets or sets the assigned document
Declaration
public Guid? DocumentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
DunningFee
Gets/ sets the dunning fee
Declaration
public PreciseDecimal DunningFee { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
FeeRecordId
Gets or sets the financial record for the dunning fee
Declaration
public Guid? FeeRecordId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
Guid
Get/sets the unique id
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
LevelId
Gets/sets the assigned dunning level
Declaration
public Guid LevelId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
ParentId
Gets or sets the previous dunning
Declaration
public Guid? ParentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
PersonalAccountId
Gets/sets the assigned personal account
Declaration
public Guid PersonalAccountId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
PrintDate
Gets/sets the date when this was printed
Declaration
public DateTime PrintDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Printed
Get/sets the printed flag
Declaration
public bool Printed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PrintUser
Gets/sets the username which prints the dunning
Declaration
public string PrintUser { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SelectedTenant
Declaration
public OrganizationTenant SelectedTenant { get; set; }
Property Value
Type | Description |
---|---|
OrganizationTenant |
TenantId
Gets or sets the current tenant id
Declaration
public Guid TenantId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Tenants
Gets or sets a list of available tenants
Declaration
public ObservableCollection<OrganizationTenant> Tenants { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ObservableCollection<OrganizationTenant> |
TransactionId
Gets or sets the assigned transaction
Declaration
public Guid? TransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
Methods
| Improve this Doc View SourceBookDunningFee()
Creates a financial record for the dunning fee
Declaration
public void BookDunningFee()