Search Results for

    Show / Hide Table of Contents

    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 Source

    Dunning()

    Constructor

    Declaration
    public Dunning()

    Properties

    | Improve this Doc View Source

    BlobId

    Gets or sets the blob id for the assigned report

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

    CreateDate

    Gets/sets the date of creating

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

    CreateUser

    Gets/sets the username of the

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

    DocumentId

    Gets or sets the assigned document

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

    DunningFee

    Gets/ sets the dunning fee

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

    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>
    | Improve this Doc View Source

    Guid

    Get/sets the unique id

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

    LevelId

    Gets/sets the assigned dunning level

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

    ParentId

    Gets or sets the previous dunning

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

    PersonalAccountId

    Gets/sets the assigned personal account

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

    PrintDate

    Gets/sets the date when this was printed

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

    Printed

    Get/sets the printed flag

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

    PrintUser

    Gets/sets the username which prints the dunning

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

    SelectedTenant

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

    TenantId

    Gets or sets the current tenant id

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

    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>
    | Improve this Doc View Source

    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 Source

    BookDunningFee()

    Creates a financial record for the dunning fee

    Declaration
    public void BookDunningFee()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx