Class DatevGeneralLedgerAccountMinimal
DatevGeneralLedgerAccountMinimal
Inheritance
Implements
Inherited Members
Namespace: Simplic.Datev.Swagger.Model
Assembly: Simplic.Datev.IO.Swagger.dll
Syntax
[DataContract]
public class DatevGeneralLedgerAccountMinimal : IEquatable<DatevGeneralLedgerAccountMinimal>, IValidatableObject
Constructors
| Improve this Doc View SourceDatevGeneralLedgerAccountMinimal()
Initializes a new instance of the Datev
Declaration
public DatevGeneralLedgerAccountMinimal()
Properties
| Improve this Doc View SourceAccountNumber
(Sachkontonummer) General ledger account number, 8-digit account number
Declaration
[DataMember(Name = "account_number", EmitDefaultValue = false)]
public int? AccountNumber { get; }
Property Value
Type | Description |
---|---|
System. |
(Sachkontonummer) General ledger account number, 8-digit account number |
Caption
(Kontobezeichnung) Account name
Declaration
[DataMember(Name = "caption", EmitDefaultValue = false)]
public string Caption { get; }
Property Value
Type | Description |
---|---|
System. |
(Kontobezeichnung) Account name |
Methods
| Improve this Doc View SourceEquals(DatevGeneralLedgerAccountMinimal)
Returns true if DatevGeneralLedgerAccountMinimal instances are equal
Declaration
public bool Equals(DatevGeneralLedgerAccountMinimal input)
Parameters
Type | Name | Description |
---|---|---|
Datev |
input | Instance of DatevGeneralLedgerAccountMinimal to be compared |
Returns
Type | Description |
---|---|
System. |
Boolean |
Equals(Object)
Returns true if objects are equal
Declaration
public override bool Equals(object input)
Parameters
Type | Name | Description |
---|---|---|
System. |
input | Object to be compared |
Returns
Type | Description |
---|---|
System. |
Boolean |
Overrides
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System. |
Hash code |
Overrides
ToJson()
Returns the JSON string presentation of the object
Declaration
public virtual string ToJson()
Returns
Type | Description |
---|---|
System. |
JSON string presentation of the object |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |
String presentation of the object |
Overrides
Explicit Interface Implementations
| Improve this Doc View SourceIValidatableObject.Validate(ValidationContext)
To validate all properties of the instance
Declaration
IEnumerable<ValidationResult> IValidatableObject.Validate(ValidationContext validationContext)
Parameters
Type | Name | Description |
---|---|---|
System. |
validationContext | Validation context |
Returns
Type | Description |
---|---|
System. |
Validation Result |