Click or drag to resize
InvoiceLogActionTypeId Property
Action type ID; required. References CLookup[TypeID = 'CIAT'].ID, Supported values are C|T|P|D - created, tax computed, posted, paid.

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public CiActionType ActionTypeId { get; set; }

Property Value

Type: CiActionType
See Also