InvoiceLine Class |
Namespace: CorrigoService.Entities
[SerializableAttribute] public class InvoiceLine : CorrigoEntityWithOptimisticLock
The InvoiceLine type exposes the following members.
Name | Description | |
---|---|---|
![]() | AmtTax |
Gets a tax amount (computed by tax software)
|
![]() | AmtTotal |
Gets a total amount
|
![]() | CurrencyTypeId |
Currency type
|
![]() | Customer |
Gets a customer object
|
![]() | Descr |
Gets a description.
Max Length=1024
|
![]() | DtService |
Gets a date of service; supported for items associated with WOs
|
![]() | InvoiceItem |
Gets an invoice dictionary item object
|
![]() | Location |
Gets a location object
|
![]() | Qty |
Gets a quantity, precision is up to 5 digits
|
![]() | Rate |
Gets a rate (computed by tax software, precision is up to 4 digits)
|
![]() | TaxCode |
Get or set tax code.
Max Length=256
|
![]() | TaxCodeReference |
Get or set tax code reference.
|
![]() | TaxRate |
Gets a tax rate, precision is up to 5 digits
|
![]() | Type |
Gets a type of the relationship with WO; supported values are single WO, group header, group child, none
|
![]() | WorkOrder |
Gets a work order object
|