Search Results for

    Show / Hide Table of Contents

    Class PostingProposalIncomingInvoices

    PostingProposalIncomingInvoices

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

    Constructors

    | Improve this Doc View Source

    PostingProposalIncomingInvoices()

    Initializes a new instance of the PostingProposalIncomingInvoices class.

    Declaration
    protected PostingProposalIncomingInvoices()
    | Improve this Doc View Source

    PostingProposalIncomingInvoices(Nullable<Int32>, Nullable<Int32>, Nullable<Decimal>, Nullable<Int32>, String, Nullable<DateTime>, Nullable<DateTime>, String, String, String, String, Nullable<Decimal>, Nullable<Decimal>, String, String, String, String, String, String, String, Nullable<Decimal>)

    Initializes a new instance of the PostingProposalIncomingInvoices class.

    Declaration
    public PostingProposalIncomingInvoices(int? accountingTransactionKey = null, int? accountNumber = null, decimal? amount = null, int? creditorAccountNumber = null, string currencyCode = null, DateTime? date = null, DateTime? deliveryDate = null, string documentField1 = null, string documentField2 = null, string documentLink = null, string documentSystem = null, decimal? euTaxRate = null, decimal? euTaxRateForCountryOfOrigin = null, string euVatId = null, string euVatIdForCountryOfOrigin = null, string goodsAndServices = null, string kost1CostCenterId = null, string kost2CostCenterId = null, string name = null, string postingDescription = null, decimal? taxRate = 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.Decimal> amount

    (Umsatz) Amount (required).

    System.Nullable<System.Int32> creditorAccountNumber

    (Kreditoren-Kontonummer) Creditor account number shown in maximum length (technical length).

    System.String currencyCode

    (Währung) 3-character ISO currency code – indicates the currency used for the amount, see Info Database, document 1080170.

    System.Nullable<System.DateTime> date

    (Belegdatum) Document date (the year will be ignored) (required).

    System.Nullable<System.DateTime> deliveryDate

    (Liefer-/Leistungsdatum) Date of delivery/service provision. The delivery date may not be later than the date in the field date. Additional information can be found here https://www.datev.de/go/ratgeber-leistungsdatum..

    System.String documentField1

    (Rechnungs-/Belegnummer) Invoice/document number, document field 1 is the key for managing Open Items. In the event of a payment or credit note, a comparison with Open Items is only performed if the document number is identical to document field 1; allowed characters: numbers 0 ... 9, uppercase letters A ... Z, lowercase letters a ... z, special characters $ & % * + - /.

    System.String documentField2

    (Belegfeld 2) Document field 2, document number or Open Items processing information; allowed characters: numbers 0 ... 9, uppercase letters A ... Z, lowercase letters a ... z, special characters $ & % * + -..

    System.String documentLink

    (Beleglink) Document link, identifies the entry document in a documentmanagement system, the property &quot;document_link&quot; must be transferred in conjunction with the property &quot;document_system&quot;.

    System.String documentSystem

    (Dokumenten-Management-System) Document management system, program abbreviation for the document management system used, the property &quot;document_system&quot; must be transferred in conjunction with the property &quot;document_link&quot;.

    System.Nullable<System.Decimal> euTaxRate

    (EU-Steuersatz Bestimmungsland) EU tax rate for country of destination, only for relevant EU accounting records. Additional for one Stop Shop, see Info Database 1020263.

    System.Nullable<System.Decimal> euTaxRateForCountryOfOrigin

    (EU-Steuersatz Ursprungsland) EU tax rate for country of origin, only for relevant EU accounting records. Additional for one Stop Shop, see Info Database 1020263.

    System.String euVatId

    (USt-IdNr Bestimmungsland) VAT ID number for country of destination, composed of a 2-character country code and the 13-digit VAT number (e.g. FR12345678901), see Info Database, document 1080169 and additional for one Stop Shop 1020263.

    System.String euVatIdForCountryOfOrigin

    (USt-IdNr Ursprungsland) VAT ID number for country of origin, composed of a 2-character country code and the 13-digit VAT number (e.g. FR12345678901), see Info Database, document 1080169 additional for one Stop Shop 1020263.

    System.String goodsAndServices

    (Ware/Leistung) Goods/services.

    System.String kost1CostCenterId

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

    System.String kost2CostCenterId

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

    System.String name

    (Name) Name according to document.

    System.String postingDescription

    (Buchungstext9 Posting description.

    System.Nullable<System.Decimal> taxRate

    (Steuersatz) Tax rate.

    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

    Amount

    (Umsatz) Amount

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

    (Umsatz) Amount

    | Improve this Doc View Source

    CreditorAccountNumber

    (Kreditoren-Kontonummer) Creditor account number shown in maximum length (technical length)

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

    (Kreditoren-Kontonummer) Creditor account number shown in maximum length (technical length)

    | Improve this Doc View Source

    CurrencyCode

    (Währung) 3-character ISO currency code – indicates the currency used for the amount, see Info Database, document 1080170

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

    (Währung) 3-character ISO currency code – indicates the currency used for the amount, see Info Database, document 1080170

    | Improve this Doc View Source

    Date

    (Belegdatum) Document date (the year will be ignored)

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

    (Belegdatum) Document date (the year will be ignored)

    | Improve this Doc View Source

    DeliveryDate

    (Liefer-/Leistungsdatum) Date of delivery/service provision. The delivery date may not be later than the date in the field date. Additional information can be found here https://www.datev.de/go/ratgeber-leistungsdatum.

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

    (Liefer-/Leistungsdatum) Date of delivery/service provision. The delivery date may not be later than the date in the field date. Additional information can be found here https://www.datev.de/go/ratgeber-leistungsdatum.

    | Improve this Doc View Source

    DocumentField1

    (Rechnungs-/Belegnummer) Invoice/document number, document field 1 is the key for managing Open Items. In the event of a payment or credit note, a comparison with Open Items is only performed if the document number is identical to document field 1; allowed characters: numbers 0 ... 9, uppercase letters A ... Z, lowercase letters a ... z, special characters $ & % * + - /

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

    (Rechnungs-/Belegnummer) Invoice/document number, document field 1 is the key for managing Open Items. In the event of a payment or credit note, a comparison with Open Items is only performed if the document number is identical to document field 1; allowed characters: numbers 0 ... 9, uppercase letters A ... Z, lowercase letters a ... z, special characters $ & % * + - /

    | Improve this Doc View Source

    DocumentField2

    (Belegfeld 2) Document field 2, document number or Open Items processing information; allowed characters: numbers 0 ... 9, uppercase letters A ... Z, lowercase letters a ... z, special characters $ & % * + -.

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

    (Belegfeld 2) Document field 2, document number or Open Items processing information; allowed characters: numbers 0 ... 9, uppercase letters A ... Z, lowercase letters a ... z, special characters $ & % * + -.

    | Improve this Doc View Source

    DocumentLink

    (Beleglink) Document link, identifies the entry document in a documentmanagement system, the property &quot;document_link&quot; must be transferred in conjunction with the property &quot;document_system&quot;

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

    (Beleglink) Document link, identifies the entry document in a documentmanagement system, the property &quot;document_link&quot; must be transferred in conjunction with the property &quot;document_system&quot;

    | Improve this Doc View Source

    DocumentSystem

    (Dokumenten-Management-System) Document management system, program abbreviation for the document management system used, the property &quot;document_system&quot; must be transferred in conjunction with the property &quot;document_link&quot;

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

    (Dokumenten-Management-System) Document management system, program abbreviation for the document management system used, the property &quot;document_system&quot; must be transferred in conjunction with the property &quot;document_link&quot;

    | Improve this Doc View Source

    EuTaxRate

    (EU-Steuersatz Bestimmungsland) EU tax rate for country of destination, only for relevant EU accounting records. Additional for one Stop Shop, see Info Database 1020263

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

    (EU-Steuersatz Bestimmungsland) EU tax rate for country of destination, only for relevant EU accounting records. Additional for one Stop Shop, see Info Database 1020263

    | Improve this Doc View Source

    EuTaxRateForCountryOfOrigin

    (EU-Steuersatz Ursprungsland) EU tax rate for country of origin, only for relevant EU accounting records. Additional for one Stop Shop, see Info Database 1020263

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

    (EU-Steuersatz Ursprungsland) EU tax rate for country of origin, only for relevant EU accounting records. Additional for one Stop Shop, see Info Database 1020263

    | Improve this Doc View Source

    EuVatId

    (USt-IdNr Bestimmungsland) VAT ID number for country of destination, composed of a 2-character country code and the 13-digit VAT number (e.g. FR12345678901), see Info Database, document 1080169 and additional for one Stop Shop 1020263

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

    (USt-IdNr Bestimmungsland) VAT ID number for country of destination, composed of a 2-character country code and the 13-digit VAT number (e.g. FR12345678901), see Info Database, document 1080169 and additional for one Stop Shop 1020263

    | Improve this Doc View Source

    EuVatIdForCountryOfOrigin

    (USt-IdNr Ursprungsland) VAT ID number for country of origin, composed of a 2-character country code and the 13-digit VAT number (e.g. FR12345678901), see Info Database, document 1080169 additional for one Stop Shop 1020263

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

    (USt-IdNr Ursprungsland) VAT ID number for country of origin, composed of a 2-character country code and the 13-digit VAT number (e.g. FR12345678901), see Info Database, document 1080169 additional for one Stop Shop 1020263

    | Improve this Doc View Source

    GoodsAndServices

    (Ware/Leistung) Goods/services

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

    (Ware/Leistung) Goods/services

    | Improve this Doc View Source

    Kost1CostCenterId

    (cost center) 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

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

    | Improve this Doc View Source

    Kost2CostCenterId

    (cost center) 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

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

    | Improve this Doc View Source

    Name

    (Name) Name according to document

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

    (Name) Name according to document

    | Improve this Doc View Source

    PostingDescription

    (Buchungstext9 Posting description

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

    (Buchungstext9 Posting description

    | Improve this Doc View Source

    TaxRate

    (Steuersatz) Tax rate

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

    (Steuersatz) Tax rate

    Methods

    | Improve this Doc View Source

    Equals(PostingProposalIncomingInvoices)

    Returns true if PostingProposalIncomingInvoices instances are equal

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

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