Search Results for

    Show / Hide Table of Contents

    Class DunningProposal

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

    Constructors

    | Improve this Doc View Source

    DunningProposal()

    Constructor

    Declaration
    public DunningProposal()

    Properties

    | Improve this Doc View Source

    Bill

    Gets the current transaction object

    Declaration
    public Transaction Bill { get; }
    Property Value
    Type Description
    Transaction
    | Improve this Doc View Source

    Delay

    Gets or sets the payment delay in days depending on the deadline

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

    Difference

    Gets or sets the difference between the transaction date and now in days

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

    DunningFee

    Gets or sets the dunning fee

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

    FinancialAccount

    Gets the finanial personal account object

    Declaration
    public PersonalAccount FinancialAccount { get; }
    Property Value
    Type Description
    PersonalAccount
    | Improve this Doc View Source

    FinancialAccountFriendlyName

    Gets the friendly name for the financial account

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

    FinancialContactId

    Gets or sets the financial contact

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

    FinancialPersonalAccountId

    Gets or sets the finacial perosnal account

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

    Guid

    Gets or sets the unique Id

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

    IsDunning

    Gets or sets the flag if this is an unpaid dunning

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

    IsTransaction

    Gets or sets the flag if this is an unpaid transaction

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

    Level

    Gets the dunning level object

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

    LevelId

    Gets or sets the dunning level

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

    Number

    Record ident

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

    PayerAccount

    Gets the payer personal account object

    Declaration
    public PersonalAccount PayerAccount { get; }
    Property Value
    Type Description
    PersonalAccount
    | Improve this Doc View Source

    PayerContactId

    Gets or sets the contact of the payer

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

    PayerDunningGroup

    Gets the dunning group object of the payer

    Declaration
    public DunningGroup PayerDunningGroup { get; }
    Property Value
    Type Description
    DunningGroup
    | Improve this Doc View Source

    PayerPersonalAccountId

    Gets or sets the personal account of the payer

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

    PaymentDeadline

    Gets or sets the deadline until the first dunning

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

    PersonalAccountDunningGroup

    Gets the personal account dunning group object

    Declaration
    public DunningGroup PersonalAccountDunningGroup { get; }
    Property Value
    Type Description
    DunningGroup
    | Improve this Doc View Source

    ReferenceNumber

    Record external ident

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

    RemainingStock

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

    TotalPrice

    Gets or sets the total price of the transactions

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

    TransactionDate

    Gets or sets the transaction date

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

    TypeName

    gets the name of the record type

    Declaration
    public string TypeName { get; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    CreateDunning()

    Creates a dunning out of this proposal

    Declaration
    public Dunning CreateDunning()
    Returns
    Type Description
    Dunning

    Created dunning object

    | Improve this Doc View Source

    LockProposal()

    Creates a lock dunning for this proposal

    Declaration
    public void LockProposal()
    | Improve this Doc View Source

    PresetDunningLevel()

    Set the preset level

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