Search Results for

    Show / Hide Table of Contents

    Class AccountingSumsAndBalances

    AccountingSumsAndBalances

    Inheritance
    System.Object
    AccountingSumsAndBalances
    Implements
    System.IEquatable<AccountingSumsAndBalances>
    System.ComponentModel.DataAnnotations.IValidatableObject
    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Datev.Swagger.Model
    Assembly: Simplic.Datev.IO.Swagger.dll
    Syntax
    [DataContract]
    public class AccountingSumsAndBalances : IEquatable<AccountingSumsAndBalances>, IValidatableObject

    Constructors

    | Improve this Doc View Source

    AccountingSumsAndBalances(String, Nullable<Int32>, List<DatevAccountingSumsAndBalancesMonthValues>, Nullable<Decimal>, Nullable<Decimal>, Nullable<Decimal>, String, String, Nullable<Decimal>, String)

    Initializes a new instance of the AccountingSumsAndBalances class.

    Declaration
    public AccountingSumsAndBalances(string id = null, int? accountNumber = null, List<DatevAccountingSumsAndBalancesMonthValues> accountingSumsAndBalancesMonthValues = null, decimal? annualValueDebit = null, decimal? annualValueCredit = null, decimal? balance = null, string balanceDebitCreditIdentifier = null, string caption = null, decimal? openingBalanceSheet = null, string openingBalanceSheetDebitCreditIdentifier = null)
    Parameters
    Type Name Description
    System.String id

    ID, the ID is equal to the account number from the accounting sums and balances list.

    System.Nullable<System.Int32> accountNumber

    (Sach- oder Personen-Kontonummer) General ledger or subledger account number shown in maximum length, 8 digits for general ledger accounts, 9 digits for subledger accounts (technical length).

    System.Collections.Generic.List<DatevAccountingSumsAndBalancesMonthValues> accountingSumsAndBalancesMonthValues

    (Monatsverkehrzahlen) List of monthly debits and credits of the single fiscal year months.

    System.Nullable<System.Decimal> annualValueDebit

    (Kumulierte Werte Soll) Annual value debit for the fiscal year.

    System.Nullable<System.Decimal> annualValueCredit

    (Kumulierte Werte Haben) Annual value credit for the fiscal year.

    System.Nullable<System.Decimal> balance

    (Jahressaldo) Annual balance.

    System.String balanceDebitCreditIdentifier

    (Soll-/Haben Kennzeichen Jahressaldo) Debit/credit identifier annual balance.

    System.String caption

    (Kontobezeichnung) Account description.

    System.Nullable<System.Decimal> openingBalanceSheet

    (EB-Wert Betrag) Opening balance sheet.

    System.String openingBalanceSheetDebitCreditIdentifier

    (Soll-/Haben Kennzeichen EB-Wert) Debit/credit identifier opening balance sheet.

    Properties

    | Improve this Doc View Source

    AccountingSumsAndBalancesMonthValues

    (Monatsverkehrzahlen) List of monthly debits and credits of the single fiscal year months

    Declaration
    [DataMember(Name = "accounting_sums_and_balances_month_values", EmitDefaultValue = false)]
    public List<DatevAccountingSumsAndBalancesMonthValues> AccountingSumsAndBalancesMonthValues { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<DatevAccountingSumsAndBalancesMonthValues>

    (Monatsverkehrzahlen) List of monthly debits and credits of the single fiscal year months

    | Improve this Doc View Source

    AccountNumber

    (Sach- oder Personen-Kontonummer) General ledger or subledger account number shown in maximum length, 8 digits for general ledger accounts, 9 digits for subledger accounts (technical length)

    Declaration
    [DataMember(Name = "account_number", EmitDefaultValue = false)]
    public int? AccountNumber { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    (Sach- oder Personen-Kontonummer) General ledger or subledger account number shown in maximum length, 8 digits for general ledger accounts, 9 digits for subledger accounts (technical length)

    | Improve this Doc View Source

    AnnualValueCredit

    (Kumulierte Werte Haben) Annual value credit for the fiscal year

    Declaration
    [DataMember(Name = "annual_value_credit", EmitDefaultValue = false)]
    public decimal? AnnualValueCredit { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Decimal>

    (Kumulierte Werte Haben) Annual value credit for the fiscal year

    | Improve this Doc View Source

    AnnualValueDebit

    (Kumulierte Werte Soll) Annual value debit for the fiscal year

    Declaration
    [DataMember(Name = "annual_value_debit", EmitDefaultValue = false)]
    public decimal? AnnualValueDebit { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Decimal>

    (Kumulierte Werte Soll) Annual value debit for the fiscal year

    | Improve this Doc View Source

    Balance

    (Jahressaldo) Annual balance

    Declaration
    [DataMember(Name = "balance", EmitDefaultValue = false)]
    public decimal? Balance { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Decimal>

    (Jahressaldo) Annual balance

    | Improve this Doc View Source

    BalanceDebitCreditIdentifier

    (Soll-/Haben Kennzeichen Jahressaldo) Debit/credit identifier annual balance

    Declaration
    [DataMember(Name = "balance_debit_credit_identifier", EmitDefaultValue = false)]
    public string BalanceDebitCreditIdentifier { get; set; }
    Property Value
    Type Description
    System.String

    (Soll-/Haben Kennzeichen Jahressaldo) Debit/credit identifier annual balance

    | Improve this Doc View Source

    Caption

    (Kontobezeichnung) Account description

    Declaration
    [DataMember(Name = "caption", EmitDefaultValue = false)]
    public string Caption { get; set; }
    Property Value
    Type Description
    System.String

    (Kontobezeichnung) Account description

    | Improve this Doc View Source

    Id

    ID, the ID is equal to the account number from the accounting sums and balances list

    Declaration
    [DataMember(Name = "id", EmitDefaultValue = false)]
    public string Id { get; set; }
    Property Value
    Type Description
    System.String

    ID, the ID is equal to the account number from the accounting sums and balances list

    | Improve this Doc View Source

    OpeningBalanceSheet

    (EB-Wert Betrag) Opening balance sheet

    Declaration
    [DataMember(Name = "opening_balance_sheet", EmitDefaultValue = false)]
    public decimal? OpeningBalanceSheet { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Decimal>

    (EB-Wert Betrag) Opening balance sheet

    | Improve this Doc View Source

    OpeningBalanceSheetDebitCreditIdentifier

    (Soll-/Haben Kennzeichen EB-Wert) Debit/credit identifier opening balance sheet

    Declaration
    [DataMember(Name = "opening_balance_sheet_debit_credit_identifier", EmitDefaultValue = false)]
    public string OpeningBalanceSheetDebitCreditIdentifier { get; set; }
    Property Value
    Type Description
    System.String

    (Soll-/Haben Kennzeichen EB-Wert) Debit/credit identifier opening balance sheet

    Methods

    | Improve this Doc View Source

    Equals(AccountingSumsAndBalances)

    Returns true if AccountingSumsAndBalances instances are equal

    Declaration
    public bool Equals(AccountingSumsAndBalances input)
    Parameters
    Type Name Description
    AccountingSumsAndBalances input

    Instance of AccountingSumsAndBalances to be compared

    Returns
    Type Description
    System.Boolean

    Boolean

    | Improve this Doc View Source

    Equals(Object)

    Returns true if objects are equal

    Declaration
    public override bool Equals(object input)
    Parameters
    Type Name Description
    System.Object input

    Object to be compared

    Returns
    Type Description
    System.Boolean

    Boolean

    Overrides
    System.Object.Equals(System.Object)
    | Improve this Doc View Source

    GetHashCode()

    Gets the hash code

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32

    Hash code

    Overrides
    System.Object.GetHashCode()
    | Improve this Doc View Source

    ToJson()

    Returns the JSON string presentation of the object

    Declaration
    public virtual string ToJson()
    Returns
    Type Description
    System.String

    JSON string presentation of the object

    | Improve this Doc View Source

    ToString()

    Returns the string presentation of the object

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    String presentation of the object

    Overrides
    System.Object.ToString()

    Explicit Interface Implementations

    | Improve this Doc View Source

    IValidatableObject.Validate(ValidationContext)

    To validate all properties of the instance

    Declaration
    IEnumerable<ValidationResult> IValidatableObject.Validate(ValidationContext validationContext)
    Parameters
    Type Name Description
    System.ComponentModel.DataAnnotations.ValidationContext validationContext

    Validation context

    Returns
    Type Description
    System.Collections.Generic.IEnumerable<System.ComponentModel.DataAnnotations.ValidationResult>

    Validation Result

    Implements

    System.IEquatable<T>
    System.ComponentModel.DataAnnotations.IValidatableObject
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx