Click or drag to resize

Pricelist Class

Represents a pricelist.
Inheritance Hierarchy
SystemObject
  Severa.Entities.APIPricelist

Namespace: Severa.Entities.API
Assembly: Severa.Entities.API (in Severa.Entities.API.dll) Version: 1.0.0
Syntax
public class Pricelist

The Pricelist type exposes the following members.

Constructors
 NameDescription
Public methodPricelistInitializes a new instance of the Pricelist class
Top
Properties
 NameDescription
Public propertyCurrencyCode Currency code of the pricelist.
Public propertyCurrencyGUID Currency's identifier of the pricelist.
Public propertyGUID Unique identifier for the pricelist.
Public propertyIsActive Flag that indicates if the pricelist is active.
Public propertyIsDefault Flag that indicates if the pricelist is a default pricelist.
Public propertyIsInternal Flag that indicates if the pricelist is internal.
Public propertyIsVolumePricing Flag that indicates if the pricelist is for volume pricing.
Public propertyName Name of the pricelist.
Top
See Also