| PriceListItem Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CorrigoService.Entities
 Syntax
Syntax[SerializableAttribute] public class PriceListItem : CorrigoEntityWithOptimisticLock
The PriceListItem type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | CurrencyTypeId | 
             Currency Type
             | 
|  | Description | 
             Description. Max Length=1024
             | 
|  | InvoiceItem | 
             Invoice item dictionary
             | 
|  | PriceListId | 
             Price List information Id
             | 
|  | Rate | 
             Price
             | 
|  | RateType | 
             Rate Type
             | 
|  | VendorRate | 
             Vendor Rate
             | 
|  | VendorType | 
            Vendor Type
             | 
 See Also
See Also