Click or drag to resize
InvoiceLog Class
Invoice action log.
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoServiceCorrigoEntityWithComposedIdOfInvoiceLogEntitySpecifierCiLog
      CorrigoService.EntitiesInvoiceLog

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class InvoiceLog : CorrigoEntityWithComposedIdOfInvoiceLogEntitySpecifierCiLog

The InvoiceLog type exposes the following members.

Properties
  NameDescription
Public propertyActionTypeId
Action type ID; required. References CLookup[TypeID = 'CIAT'].ID, Supported values are C|T|P|D - created, tax computed, posted, paid.
Public propertyActor
System actor who performed the action
Public propertyComments
Action comments, optional. Max Length=1024
Public propertyDtActual
Actual timestamp of invoice action At the moment server time is used.
Public propertyDtStamp
Timestamp when action was performed(Can be overridden), required. At the moment server time is used.
Public propertyIdx
Action log record number, unique for the invoice. Required.
Public propertyInvoice
Parent invoice
Top
See Also