Click or drag to resize

PriceListItem Class

Price List item.
Inheritance Hierarchy

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

The PriceListItem type exposes the following members.

Properties
  NameDescription
Public propertyCurrencyTypeId
Currency Type
Public propertyDescription
Description. Max Length=1024
Public propertyEndDate
Public propertyExternalID
Public propertyInvoiceItem
Invoice item dictionary
Public propertyPriceListId
Price List information Id
Public propertyRate
Price
Public propertyRateType
Rate Type
Public propertySource
Public propertyStartDate
Public propertyVendorRate
Vendor Rate
Public propertyVendorType
Vendor Type
Top
See Also