Search Results for

    Show / Hide Table of Contents

    Class DatevPostingProposalInformationIncomingInvoices

    DatevPostingProposalInformationIncomingInvoices

    Inheritance
    System.Object
    DatevPostingProposalInformationIncomingInvoices
    Implements
    System.IEquatable<DatevPostingProposalInformationIncomingInvoices>
    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 DatevPostingProposalInformationIncomingInvoices : IEquatable<DatevPostingProposalInformationIncomingInvoices>, IValidatableObject

    Constructors

    | Improve this Doc View Source

    DatevPostingProposalInformationIncomingInvoices(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String, String, String, Nullable<DatevPostingProposalInformationIncomingInvoices.OriginOfPostingDescriptionEnum>)

    Initializes a new instance of the DatevPostingProposalInformationIncomingInvoices class.

    Declaration
    public DatevPostingProposalInformationIncomingInvoices(int? accountingTransactionKey = null, int? accountNumber = null, int? businessPartnerAccountNumber = null, string kost1CostCenterId = null, string kost2CostCenterId = null, string postingDescription = null, DatevPostingProposalInformationIncomingInvoices.OriginOfPostingDescriptionEnum? originOfPostingDescription = null)
    Parameters
    Type Name Description
    System.Nullable<System.Int32> accountingTransactionKey

    (Steuerschlüssel und/oder Berichtigungsschlüssel) Tax key and/or adjustment key. For more information, please refer to the Info Database, documents 9231347.

    System.Nullable<System.Int32> accountNumber

    (Sachkontonummer) General ledger account number shown in maximum length (technical length).

    System.Nullable<System.Int32> businessPartnerAccountNumber

    (Debitoren-/Kreditoren-Kontonummer) Business partner account number shown maximum length (technical length).

    System.String kost1CostCenterId

    (Kostenstelle) Kost1, cost center, Kost1 is used to assign the transaction to a cost center for subsequent cost calculations.

    System.String kost2CostCenterId

    (Kostenstelle) Kost2, cost center, Kost2 is used to assign the transaction to a cost center for subsequent cost calculations.

    System.String postingDescription

    (Buchungstext) Posting description.

    System.Nullable<DatevPostingProposalInformationIncomingInvoices.OriginOfPostingDescriptionEnum> originOfPostingDescription

    (Herkunft) Origin of posting description (own_input, posting_description, goods_and_services, business_partner_name, not_specified).

    Properties

    | Improve this Doc View Source

    AccountingTransactionKey

    (Steuerschlüssel und/oder Berichtigungsschlüssel) Tax key and/or adjustment key. For more information, please refer to the Info Database, documents 9231347

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

    (Steuerschlüssel und/oder Berichtigungsschlüssel) Tax key and/or adjustment key. For more information, please refer to the Info Database, documents 9231347

    | Improve this Doc View Source

    AccountNumber

    (Sachkontonummer) General ledger account number shown in maximum length (technical length)

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

    (Sachkontonummer) General ledger account number shown in maximum length (technical length)

    | Improve this Doc View Source

    BusinessPartnerAccountNumber

    (Debitoren-/Kreditoren-Kontonummer) Business partner account number shown maximum length (technical length)

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

    (Debitoren-/Kreditoren-Kontonummer) Business partner account number shown maximum length (technical length)

    | Improve this Doc View Source

    Kost1CostCenterId

    (Kostenstelle) Kost1, cost center, Kost1 is used to assign the transaction to a cost center for subsequent cost calculations

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

    (Kostenstelle) Kost1, cost center, Kost1 is used to assign the transaction to a cost center for subsequent cost calculations

    | Improve this Doc View Source

    Kost2CostCenterId

    (Kostenstelle) Kost2, cost center, Kost2 is used to assign the transaction to a cost center for subsequent cost calculations

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

    (Kostenstelle) Kost2, cost center, Kost2 is used to assign the transaction to a cost center for subsequent cost calculations

    | Improve this Doc View Source

    OriginOfPostingDescription

    (Herkunft) Origin of posting description (own_input, posting_description, goods_and_services, business_partner_name, not_specified)

    Declaration
    [DataMember(Name = "origin_of_posting_description", EmitDefaultValue = false)]
    public DatevPostingProposalInformationIncomingInvoices.OriginOfPostingDescriptionEnum? OriginOfPostingDescription { get; set; }
    Property Value
    Type Description
    System.Nullable<DatevPostingProposalInformationIncomingInvoices.OriginOfPostingDescriptionEnum>

    (Herkunft) Origin of posting description (own_input, posting_description, goods_and_services, business_partner_name, not_specified)

    | Improve this Doc View Source

    PostingDescription

    (Buchungstext) Posting description

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

    (Buchungstext) Posting description

    Methods

    | Improve this Doc View Source

    Equals(DatevPostingProposalInformationIncomingInvoices)

    Returns true if DatevPostingProposalInformationIncomingInvoices instances are equal

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

    Instance of DatevPostingProposalInformationIncomingInvoices 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