Click or drag to resize
PriceParameters Class
Parameters used in the product price calculation.
Inheritance Hierarchy
SystemObject
  CMS.EcommercePriceParameters

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public class PriceParameters

The PriceParameters type exposes the following members.

Constructors
  NameDescription
Public methodPriceParameters
Top
Properties
  NameDescription
Public propertyCalculationDate
Date and time when catalog discounts are to be valid.
Remarks
For most price calculations, the value is equal to the current time. When calculating prices for existing orders, the values is equal to the date and time when the order was created.
Public propertyCurrency
Currency of the calculation.
Public propertyCustomer
Customer who is buying goods or services.
Remarks
Can be used in custom code to customize the price and discount calculation.
Public propertyQuantity
Product quantity - used to identify the volume discounts.
Public propertySiteID
Site on which prices are calculated.
Public propertyUser
User for whom the prices are calculated.
Top
See Also