Click or drag to resize
PriceList Class
Price List - Contains price list information (name and type)
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoServiceCorrigoEntityWithOptimisticLock
      CorrigoService.EntitiesPriceList

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

The PriceList type exposes the following members.

Properties
  NameDescription
Public propertyCurrencyTypeId
Currency type.
Public propertyDisplayAs
Display As. Max Length=256
Public propertyTypeId
Price list type
Top
See Also