Click or drag to resize
FinancialItemInvoiceItem Property
Invoice Dictionary Item associated with the record. Supported for vendor invoices; required for service fees; NULL for costs.

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

Property Value

Type: InvoiceDictionaryItem
See Also