Click or drag to resize

CreditNoteVatBreakdownPartialEntity Class

Invoice detail.
Inheritance Hierarchy
SystemObject
  EntityObject
    AMCS.Elemos.IntegrationService.Entity.PaymentCreditNoteVatBreakdownPartialEntity

Namespace:  AMCS.Elemos.IntegrationService.Entity.Payment
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class CreditNoteVatBreakdownPartialEntity : EntityObject, 
	IPartialEntity

The CreditNoteVatBreakdownPartialEntity type exposes the following members.

Constructors
  NameDescription
Public methodCreditNoteVatBreakdownPartialEntity
Initializes a new instance of the CreditNoteVatBreakdownPartialEntity class
Top
Properties
  NameDescription
Public propertyCreditNoteId
Gets or sets the invoice identifier.
Public propertyCreditNoteVatBreakdownId
Gets or sets the invoice vat breakdown identifier.
Public propertyVATGLAnalysisCode1
Gets or sets the vatgl analysis code1.
Public propertyVATGLAnalysisCode10
Gets or sets the vatgl analysis code10.
Public propertyVATGLAnalysisCode2
Gets or sets the vatgl analysis code2.
Public propertyVATGLAnalysisCode3
Gets or sets the vatgl analysis code3.
Public propertyVATGLAnalysisCode4
Gets or sets the vatgl analysis code4.
Public propertyVATGLAnalysisCode5
Gets or sets the vatgl analysis code5.
Public propertyVATGLAnalysisCode6
Gets or sets the vatgl analysis code6.
Public propertyVATGLAnalysisCode7
Gets or sets the vatgl analysis code7.
Public propertyVATGLAnalysisCode8
Gets or sets the vatgl analysis code8.
Public propertyVATGLAnalysisCode9
Gets or sets the vatgl analysis code9.
Public propertyVATId
Gets or sets the vat identifier.
Public propertyVATRateApplied
Gets or sets the vat identifier.
Top
Methods
  NameDescription
Public methodGetCompleteEntityType
Gets the type of the complete entity.
Top
See Also