Class PostingProposalRuleIncomingInvoices
PostingProposalRuleIncomingInvoices
Inheritance
Implements
Inherited Members
Namespace: Simplic.Datev.Swagger.Model
Assembly: Simplic.Datev.IO.Swagger.dll
Syntax
[DataContract]
public class PostingProposalRuleIncomingInvoices : IEquatable<PostingProposalRuleIncomingInvoices>, IValidatableObject
Constructors
| Improve this Doc View SourcePostingProposalRuleIncomingInvoices(String, DatevAssignmentCriteriaInvoices, Nullable<DateTime>, Nullable<DateTime>, List<DatevPostingProposalInformationIncomingInvoices>, Nullable<Boolean>)
Initializes a new instance of the PostingProposalRuleIncomingInvoices class.
Declaration
public PostingProposalRuleIncomingInvoices(string id = null, DatevAssignmentCriteriaInvoices assignmentCriteria = null, DateTime? creationDate = null, DateTime? lastUsedDate = null, List<DatevPostingProposalInformationIncomingInvoices> postingProposalInformation = null, bool? uncertainLabel = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | ID. |
DatevAssignmentCriteriaInvoices | assignmentCriteria | (Zuordnungskriterien) Assignment criteria. |
System.Nullable<System.DateTime> | creationDate | (Angelegt am) Creation date. |
System.Nullable<System.DateTime> | lastUsedDate | (Zuletzt benutzt am) Last used date. |
System.Collections.Generic.List<DatevPostingProposalInformationIncomingInvoices> | postingProposalInformation | (Buchungsvorschlag) Porting proposal. |
System.Nullable<System.Boolean> | uncertainLabel | (Unsicherkennzeichen) Uncertain label. |
Properties
| Improve this Doc View SourceAssignmentCriteria
(Zuordnungskriterien) Assignment criteria
Declaration
[DataMember(Name = "assignment_criteria", EmitDefaultValue = false)]
public DatevAssignmentCriteriaInvoices AssignmentCriteria { get; set; }
Property Value
Type | Description |
---|---|
DatevAssignmentCriteriaInvoices | (Zuordnungskriterien) Assignment criteria |
CreationDate
(Angelegt am) Creation date
Declaration
[DataMember(Name = "creation_date", EmitDefaultValue = false)]
public DateTime? CreationDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | (Angelegt am) Creation date |
Id
ID
Declaration
[DataMember(Name = "id", EmitDefaultValue = false)]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String | ID |
LastUsedDate
(Zuletzt benutzt am) Last used date
Declaration
[DataMember(Name = "last_used_date", EmitDefaultValue = false)]
public DateTime? LastUsedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | (Zuletzt benutzt am) Last used date |
PostingProposalInformation
(Buchungsvorschlag) Porting proposal
Declaration
[DataMember(Name = "posting_proposal_information", EmitDefaultValue = false)]
public List<DatevPostingProposalInformationIncomingInvoices> PostingProposalInformation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<DatevPostingProposalInformationIncomingInvoices> | (Buchungsvorschlag) Porting proposal |
UncertainLabel
(Unsicherkennzeichen) Uncertain label
Declaration
[DataMember(Name = "uncertain_label", EmitDefaultValue = false)]
public bool? UncertainLabel { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | (Unsicherkennzeichen) Uncertain label |
Methods
| Improve this Doc View SourceEquals(PostingProposalRuleIncomingInvoices)
Returns true if PostingProposalRuleIncomingInvoices instances are equal
Declaration
public bool Equals(PostingProposalRuleIncomingInvoices input)
Parameters
Type | Name | Description |
---|---|---|
PostingProposalRuleIncomingInvoices | input | Instance of PostingProposalRuleIncomingInvoices to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
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
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 | Hash code |
Overrides
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 |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | 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.ComponentModel.DataAnnotations.ValidationContext | validationContext | Validation context |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.ComponentModel.DataAnnotations.ValidationResult> | Validation Result |