Click or drag to resize

InvoiceVATBreakdownPartialEntity Class

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

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

The InvoiceVATBreakdownPartialEntity type exposes the following members.

Constructors
  NameDescription
Public methodInvoiceVATBreakdownPartialEntity
Initializes a new instance of the InvoiceVATBreakdownPartialEntity class
Top
Properties
  NameDescription
Public propertyInvoiceId
Gets or sets the invoice identifier.
Public propertyInvoiceVATBreakdownId
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