Search Results for

    Show / Hide Table of Contents

    Class DatevAssignmentCriteriaCashRegister

    DatevAssignmentCriteriaCashRegister

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

    Constructors

    | Improve this Doc View Source

    DatevAssignmentCriteriaCashRegister(Nullable<Decimal>, Nullable<Int32>, String, String, Nullable<Decimal>)

    Initializes a new instance of the DatevAssignmentCriteriaCashRegister class.

    Declaration
    public DatevAssignmentCriteriaCashRegister(decimal? amount = null, int? cashAccountNumber = null, string currencyCode = null, string documentDescription = null, decimal? taxRate = null)
    Parameters
    Type Name Description
    System.Nullable<System.Decimal> amount

    (Umsatz) Amount.

    System.Nullable<System.Int32> cashAccountNumber

    (Kassen-Kontonummer) Cash 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.String documentDescription

    (Belegtext) Document description.

    System.Nullable<System.Decimal> taxRate

    (Steuersatz) Tax rate.

    Properties

    | 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

    CashAccountNumber

    (Kassen-Kontonummer) Cash account number shown in maximum length (technical length)

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

    (Kassen-Kontonummer) Cash 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

    DocumentDescription

    (Belegtext) Document description

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

    (Belegtext) Document 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(DatevAssignmentCriteriaCashRegister)

    Returns true if DatevAssignmentCriteriaCashRegister instances are equal

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

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