Click or drag to resize

CreditNoteDocumentEntity Class

A credit note document.
Inheritance Hierarchy
SystemObject
  AMCS.Elemos.IntegrationService.Entity.CreditNoteCreditNoteDocumentEntity

Namespace:  AMCS.Elemos.IntegrationService.Entity.CreditNote
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class CreditNoteDocumentEntity

The CreditNoteDocumentEntity type exposes the following members.

Constructors
  NameDescription
Public methodCreditNoteDocumentEntity
Initializes a new instance of the CreditNoteDocumentEntity 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