Click or drag to resize
InvoiceLine Class
Represents customer invoice line item (read only).
Inheritance Hierarchy
System.Object
  CorrigoService.Entities.CorrigoEntity
    CorrigoService.CorrigoEntityWithOptimisticLock
      CorrigoService.Entities.InvoiceLine

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

The InvoiceLine type exposes the following members.

Properties
  NameDescription
Public propertyAmtTax
Gets a tax amount (computed by tax software)
Public propertyAmtTotal
Gets a total amount
Public propertyCurrencyTypeId
Currency type
Public propertyCustomer
Gets a customer object
Public propertyDescr
Gets a description. Max Length=1024
Public propertyDtService
Gets a date of service; supported for items associated with WOs
Public propertyInvoiceItem
Gets an invoice dictionary item object
Public propertyLocation
Gets a location object
Public propertyQty
Gets a quantity, precision is up to 5 digits
Public propertyRate
Gets a rate (computed by tax software, precision is up to 4 digits)
Public propertyTaxCode
Get or set tax code. Max Length=256
Public propertyTaxCodeReference
Get or set tax code reference.
Public propertyTaxRate
Gets a tax rate, precision is up to 5 digits
Public propertyType
Gets a type of the relationship with WO; supported values are single WO, group header, group child, none
Public propertyWorkOrder
Gets a work order object
Top
See Also