| InvoiceLog Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CorrigoService.Entities
 Syntax
Syntax[SerializableAttribute] public class InvoiceLog : CorrigoEntityWithComposedIdOfInvoiceLogEntitySpecifierCiLog
The InvoiceLog type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ActionTypeId | 
            Action type ID; required. 
            References CLookup[TypeID = 'CIAT'].ID, Supported values are C|T|P|D - created, tax computed, posted, paid.        
             | 
|  | Actor | 
            System actor who performed the action
             | 
|  | Comments | 
            Action comments, optional.
            Max Length=1024
             | 
|  | DtActual | 
            Actual timestamp of invoice action
            At the moment server time is used. 
             | 
|  | DtStamp | 
            Timestamp when action was performed(Can be overridden), required. 
            At the moment server time is used. 
             | 
|  | Idx | 
            Action log record number, unique for the invoice. Required.
             | 
|  | Invoice | 
             Parent invoice
             | 
 See Also
See Also