Click or drag to resize
ItemDiscount Properties

The ItemDiscount type exposes the following members.

Properties
  NameDescription
Public propertyItemDiscountCustomData
Discount custom data.
Public propertyItemDiscountDisplayName
Discount display name which is displayed to the customers in shopping cart item price detail dialog.
Public propertyItemDiscountedUnits
Number of units the discount should be applied to
Public propertyItemDiscountID
Discount unique identifier.
Public propertyItemDiscountIsFlat
True - discount value is flat, False (default) - discount value is relative.
Public propertyItemDiscountIsGlobal
True - discount value is set in global main currency, False (default) - discount value is set in site main currency. Takes effect only if discount value is flat.
Public propertyItemDiscountType
Type of the discount. 'Custom discount' type is set by default.
Public propertyItemDiscountValue
Discount value. It can be either relative or flat according to the ItemDiscountIsFlat property.
Top
See Also