Click or drag to resize

InvoiceDocumentEntity Class

Inheritance Hierarchy
SystemObject
  AMCS.Elemos.IntegrationService.Entity.InvoiceInvoiceDocumentEntity

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 InvoiceDocumentEntity

The InvoiceDocumentEntity type exposes the following members.

Constructors
  NameDescription
Public methodInvoiceDocumentEntity
Initializes a new instance of the InvoiceDocumentEntity class
Top
Properties
  NameDescription
Public propertyDocumentId
Gets or sets the document identifier.
Public propertyDocumentNotAvailable
Gets or sets a value indicating whether [document not available].
Public propertyIsPdf
Gets or sets a value indicating whether this instance is PDF.
Public propertyRawData
Gets or sets the raw data.
Public propertyRequestFailedValidation
Gets or sets a value indicating whether [request failed validation].
Top
See Also